public class EJBQLASTFactory
extends antlr.ASTFactory
| Modifier | Constructor and Description |
|---|---|
protected |
EJBQLASTFactory()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
antlr.collections.AST |
create()
Overwrites superclass method to create the correct AST instance.
|
antlr.collections.AST |
create(antlr.collections.AST tr)
Overwrites superclass method to create the correct AST instance.
|
EJBQLAST |
create(EJBQLAST tr)
Creates a clone of the specified EJBQLAST instance.
|
static EJBQLASTFactory |
getInstance()
Get an instance of EJBQLASTFactory.
|
addASTChild, create, create, create, create, create, create, create, createUsingCtor, dup, dupList, dupTree, error, getASTNodeType, getTokenTypeToASTClassMap, make, make, makeASTRoot, setASTNodeClass, setASTNodeClass, setASTNodeType, setTokenTypeASTNodeType, setTokenTypeToASTClassMapprotected EJBQLASTFactory()
getInstance() to get the factory instance.public static EJBQLASTFactory getInstance()
public antlr.collections.AST create()
create in class antlr.ASTFactorypublic antlr.collections.AST create(antlr.collections.AST tr)
create in class antlr.ASTFactoryCopyright © 2017–2019 Eclipse Foundation. All rights reserved.