|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> usage >> [ transmogrify overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
com.puppycrawl.tools.checkstyle.checks.usage.transmogrify
Class SymTabASTFactory

java.lang.Objectcom.puppycrawl.tools.checkstyle.checks.usage.transmogrify.SymTabASTFactory
- public class SymTabASTFactory
- extends java.lang.Object
Factory for SymTabAST objects.
| Field Summary | |
private static antlr.ASTFactory |
factory
singleton factory |
| Constructor Summary | |
private |
SymTabASTFactory()
prevent instantiation |
| Method Summary | |
static SymTabAST |
create(antlr.collections.AST aAST)
Creates an SymTabAST from a given AST. |
static SymTabAST |
create(int aType,
java.lang.String aText)
Creates a SymTabAST with a given type and text. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
factory
private static antlr.ASTFactory factory
- singleton factory
| Constructor Detail |
SymTabASTFactory
private SymTabASTFactory()
- prevent instantiation
| Method Detail |
create
public static SymTabAST create(int aType, java.lang.String aText)
- Creates a
SymTabASTwith a given type and text.
create
public static SymTabAST create(antlr.collections.AST aAST)
- Creates an
SymTabASTfrom a givenAST.
|
|||||||||
| Home >> All >> com >> puppycrawl >> tools >> checkstyle >> checks >> usage >> [ transmogrify overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
com.puppycrawl.tools.checkstyle.checks.usage.transmogrify.SymTabASTFactory