|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.ourgrid.common.spec.semantic.GDFSemanticActions
public class GDFSemanticActions
This entity is the set of actions that the GRID grammar uses to build a answer to the compilation of sources wrote in this language. Created on Jul 8, 2004
Constructor Summary | |
---|---|
GDFSemanticActions()
The Constructor |
Method Summary | |
---|---|
void |
action1()
This action: Sets the read line mode |
void |
action12()
This action: Sets the final result LIST object. |
void |
action13()
This action: Mount the actualPeer and inserts it at the list of peers. |
void |
action14()
This action: Sets the mode to NORMAL |
void |
action2()
This action: Puts the value string for a attribute at the top of the stack. |
void |
action3()
This action: Puts the name string for a attribute at the top of the stack. |
void |
action5()
This action: Inserts the actual remote GUMP specification at the list of peers. |
void |
action7()
This action: Insert the actualPeer attributes at the map. |
int |
getOperationalMode()
|
java.util.List<PeerSpec> |
getResult()
Used to return the result of the compilation process, after execute all the semantic actions necessary and defined by a grammar definition. |
void |
performAction(java.lang.String action,
Token token)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GDFSemanticActions()
Method Detail |
---|
public void performAction(java.lang.String action, Token token) throws SemanticException
performAction
in interface SemanticActions
SemanticException
SemanticActions.performAction(java.lang.String,
org.ourgrid.common.spec.token.Token)
public int getOperationalMode()
getOperationalMode
in interface SemanticActions
SemanticActions.getOperationalMode()
public java.util.List<PeerSpec> getResult()
SemanticActions
getResult
in interface SemanticActions
SemanticActions.getResult()
public void action1()
public void action2() throws SemanticException
SemanticException
public void action3()
public void action5()
public void action7()
public void action12()
public void action13() throws SemanticException
SemanticException
public void action14()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |