Package COM.activesw.api.client.adl
Class Goal
- java.lang.Object
-
- COM.activesw.api.client.adl.Goal
-
public class Goal extends java.lang.Object
Collects everything together and resolves all symbols. REMIND: add symbol resolution.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
actionError(java.lang.String msg, Token token)
void
append(COM.activesw.api.client.adl.Sequence addition)
protected void
checkInitializers(Token element, java.lang.String[] required, java.lang.String[] optional)
BrokerCompleteCollection
getCompleteCollection()
protected void
indent(int amount)
void
printTree(int indent)
java.lang.String
toString()
-
-
-
Constructor Detail
-
Goal
public Goal(COM.activesw.api.client.adl.ADLRock rock, Token decls)
-
-
Method Detail
-
getCompleteCollection
public BrokerCompleteCollection getCompleteCollection()
-
toString
public java.lang.String toString()
-
printTree
public void printTree(int indent)
-
append
public void append(COM.activesw.api.client.adl.Sequence addition)
-
actionError
protected void actionError(java.lang.String msg, Token token)
-
checkInitializers
protected void checkInitializers(Token element, java.lang.String[] required, java.lang.String[] optional)
-
indent
protected void indent(int amount)
-
-