Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.puppycrawl.tools.checkstyle.checks.usage.transmogrify
Class SymTabASTFactory  view SymTabASTFactory download SymTabASTFactory.java

java.lang.Object
  extended bycom.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 SymTabAST with a given type and text.


create

public static SymTabAST create(antlr.collections.AST aAST)
Creates an SymTabAST from a given AST.