java.lang.Object
antlr.ASTFactory
de.grogra.grammar.ASTWithTokenFactory
public class ASTWithTokenFactory
extends antlr.ASTFactory
-
Field Summary
Fields inherited from class antlr.ASTFactory
theASTNodeType, theASTNodeTypeClass, tokenTypeToASTClassMap
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionantlr.collections.AST
create()
antlr.collections.AST
create
(int type) antlr.collections.AST
antlr.collections.AST
antlr.collections.AST
create
(antlr.collections.AST t) antlr.collections.AST
create
(antlr.Token token) antlr.collections.AST
protected antlr.collections.AST
protected antlr.collections.AST
createUsingCtor
(antlr.Token token, String className) antlr.collections.AST
dup
(antlr.collections.AST t) Methods inherited from class antlr.ASTFactory
addASTChild, create, dupList, dupTree, error, getASTNodeType, getTokenTypeToASTClassMap, make, make, makeASTRoot, setASTNodeClass, setASTNodeClass, setASTNodeType, setTokenTypeASTNodeType, setTokenTypeToASTClassMap
-
Constructor Details
-
ASTWithTokenFactory
public ASTWithTokenFactory()
-
-
Method Details
-
create
public antlr.collections.AST create()- Overrides:
create
in classantlr.ASTFactory
-
create
public antlr.collections.AST create(int type) - Overrides:
create
in classantlr.ASTFactory
-
create
- Overrides:
create
in classantlr.ASTFactory
-
create
public antlr.collections.AST create(antlr.collections.AST t) - Overrides:
create
in classantlr.ASTFactory
-
create
public antlr.collections.AST create(antlr.Token token) - Overrides:
create
in classantlr.ASTFactory
-
dup
public antlr.collections.AST dup(antlr.collections.AST t) - Overrides:
dup
in classantlr.ASTFactory
-
create
- Overrides:
create
in classantlr.ASTFactory
-
create
- Overrides:
create
in classantlr.ASTFactory
-
createUsingCtor
- Overrides:
createUsingCtor
in classantlr.ASTFactory
-
create
- Overrides:
create
in classantlr.ASTFactory
-