|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AllocationExpression | |
---|---|
EDU.purdue.jtb.parser | |
EDU.purdue.jtb.visitor |
Uses of AllocationExpression in EDU.purdue.jtb.parser |
---|
Methods in EDU.purdue.jtb.parser that return AllocationExpression | |
---|---|
static AllocationExpression |
JTBParser.AllocationExpression()
|
Uses of AllocationExpression in EDU.purdue.jtb.visitor |
---|
Methods in EDU.purdue.jtb.visitor with parameters of type AllocationExpression | |
---|---|
void |
JavaPrinter.visit(AllocationExpression n)
|
void |
Visitor.visit(AllocationExpression n)
f0 -> "new" PrimitiveType() ArrayDimensions() [ ArrayInitializer() ] | "new" Name() ( ArrayDimensions() [ ArrayInitializer() ] | Arguments() [ ClassBody() ] ) |
R |
GJNoArguDepthFirst.visit(AllocationExpression n)
f0 -> "new" PrimitiveType() ArrayDimensions() [ ArrayInitializer() ] | "new" Name() ( ArrayDimensions() [ ArrayInitializer() ] | Arguments() [ ClassBody() ] ) |
void |
DepthFirstVisitor.visit(AllocationExpression n)
f0 -> "new" PrimitiveType() ArrayDimensions() [ ArrayInitializer() ] | "new" Name() ( ArrayDimensions() [ ArrayInitializer() ] | Arguments() [ ClassBody() ] ) |
R |
GJNoArguVisitor.visit(AllocationExpression n)
f0 -> "new" PrimitiveType() ArrayDimensions() [ ArrayInitializer() ] | "new" Name() ( ArrayDimensions() [ ArrayInitializer() ] | Arguments() [ ClassBody() ] ) |
R |
GJVisitor.visit(AllocationExpression n,
A argu)
f0 -> "new" PrimitiveType() ArrayDimensions() [ ArrayInitializer() ] | "new" Name() ( ArrayDimensions() [ ArrayInitializer() ] | Arguments() [ ClassBody() ] ) |
void |
GJVoidDepthFirst.visit(AllocationExpression n,
A argu)
f0 -> "new" PrimitiveType() ArrayDimensions() [ ArrayInitializer() ] | "new" Name() ( ArrayDimensions() [ ArrayInitializer() ] | Arguments() [ ClassBody() ] ) |
void |
GJVoidVisitor.visit(AllocationExpression n,
A argu)
f0 -> "new" PrimitiveType() ArrayDimensions() [ ArrayInitializer() ] | "new" Name() ( ArrayDimensions() [ ArrayInitializer() ] | Arguments() [ ClassBody() ] ) |
R |
GJDepthFirst.visit(AllocationExpression n,
A argu)
f0 -> "new" PrimitiveType() ArrayDimensions() [ ArrayInitializer() ] | "new" Name() ( ArrayDimensions() [ ArrayInitializer() ] | Arguments() [ ClassBody() ] ) |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |