EDU.purdue.jtb.syntaxtree
Class RegularExprProduction
java.lang.Object
EDU.purdue.jtb.syntaxtree.RegularExprProduction
- All Implemented Interfaces:
- Node, java.io.Serializable
public class RegularExprProduction
- extends java.lang.Object
- implements Node
Grammar production:
f0 -> [ LexicalStateList() ]
f1 -> RegExprKind()
f2 -> [ ]
f3 ->
f4 ->
f5 -> RegExprSpec()
f6 -> ( RegExprSpec() )*
f7 ->
- See Also:
- Serialized Form
Constructor Summary |
RegularExprProduction(NodeOptional n0,
RegExprKind n1,
NodeOptional n2,
NodeToken n3,
NodeToken n4,
RegExprSpec n5,
NodeListOptional n6,
NodeToken n7)
|
RegularExprProduction(NodeOptional n0,
RegExprKind n1,
NodeOptional n2,
RegExprSpec n3,
NodeListOptional n4)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
f0
public NodeOptional f0
f1
public RegExprKind f1
f2
public NodeOptional f2
f3
public NodeToken f3
f4
public NodeToken f4
f5
public RegExprSpec f5
f6
public NodeListOptional f6
f7
public NodeToken f7
RegularExprProduction
public RegularExprProduction(NodeOptional n0,
RegExprKind n1,
NodeOptional n2,
NodeToken n3,
NodeToken n4,
RegExprSpec n5,
NodeListOptional n6,
NodeToken n7)
RegularExprProduction
public RegularExprProduction(NodeOptional n0,
RegExprKind n1,
NodeOptional n2,
RegExprSpec n3,
NodeListOptional n4)
accept
public void accept(Visitor v)
- Specified by:
accept
in interface Node
accept
public <R,A> R accept(GJVisitor<R,A> v,
A argu)
- Specified by:
accept
in interface Node
accept
public <R> R accept(GJNoArguVisitor<R> v)
- Specified by:
accept
in interface Node
accept
public <A> void accept(GJVoidVisitor<A> v,
A argu)
- Specified by:
accept
in interface Node