org.bn.compiler.parser.model
Class OperationMacro
java.lang.Object
org.bn.compiler.parser.model.OperationMacro
public class OperationMacro
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
argumentName
public java.lang.String argumentName
argumentType
public java.lang.Object argumentType
argumentTypeIdentifier
public java.lang.String argumentTypeIdentifier
errorList
public java.util.ArrayList errorList
isArgumentName
public boolean isArgumentName
isErrors
public boolean isErrors
isLinkedOperation
public boolean isLinkedOperation
isResult
public boolean isResult
isResultName
public boolean isResultName
linkedOpList
public java.util.ArrayList linkedOpList
name
public java.lang.String name
resultName
public java.lang.String resultName
resultType
public java.lang.Object resultType
resultTypeIdentifier
public java.lang.String resultTypeIdentifier
OperationMacro
public OperationMacro()
get_firstLinkedOpName
public java.lang.String get_firstLinkedOpName()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object