ConForM.CoopnTools.JavaProto.Interpretor
Class InterpretorResult
java.lang.Object
|
+--ConForM.CoopnTools.JavaProto.Interpretor.InterpretorResult
- public class InterpretorResult
- extends java.lang.Object
Result of intterpretation
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InterpretorResult
public InterpretorResult(CoopnSync sync,
boolean success)
InterpretorResult
public InterpretorResult(CoopnSync sync,
java.lang.String required,
boolean success)
getSync
public CoopnSync getSync()
isSuccess
public boolean isSuccess()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object