oscript.syntaxtree
Class VariableDeclaration
java.lang.Object
oscript.syntaxtree.VariableDeclaration
- All Implemented Interfaces:
- Node, java.io.Serializable
- public class VariableDeclaration
- extends java.lang.Object
- implements Node
Grammar production:
f0 -> Permissions(true)
f1 -> "var"
f2 -> <IDENTIFIER>
f3 -> ( "=" Expression() )?
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
f0
public Permissions f0
f1
public NodeToken f1
f2
public NodeToken f2
f3
public NodeOptional f3
VariableDeclaration
public VariableDeclaration(Permissions n0,
NodeToken n1,
NodeToken n2,
NodeOptional n3)
VariableDeclaration
public VariableDeclaration(Permissions n0,
NodeToken n1,
NodeOptional n2)
accept
public void accept(Visitor v)
- Specified by:
accept
in interface Node
accept
public java.lang.Object accept(ObjectVisitor v,
java.lang.Object argu)
- Specified by:
accept
in interface Node