Class DefaultMaleStringExpressionSocket.StringExpressionDebugConfig
- java.lang.Object
-
- jmri.jmrit.logixng.implementation.DefaultMaleStringExpressionSocket.StringExpressionDebugConfig
-
- All Implemented Interfaces:
Debugable.DebugConfig
- Enclosing class:
- DefaultMaleStringExpressionSocket
public static class DefaultMaleStringExpressionSocket.StringExpressionDebugConfig extends java.lang.Object implements Debugable.DebugConfig
-
-
Field Summary
Fields Modifier and Type Field Description boolean
_forceResult
java.lang.String
_result
-
Constructor Summary
Constructors Constructor Description StringExpressionDebugConfig()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Debugable.DebugConfig
getCopy()
-
-
-
Field Detail
-
_forceResult
public boolean _forceResult
-
_result
public java.lang.String _result
-
-
Constructor Detail
-
StringExpressionDebugConfig
public StringExpressionDebugConfig()
-
-
Method Detail
-
getCopy
public Debugable.DebugConfig getCopy()
- Specified by:
getCopy
in interfaceDebugable.DebugConfig
-
-