org.prorefactor.treeparser
Class SymbolFactory

java.lang.Object
  extended by org.prorefactor.treeparser.SymbolFactory

public final class SymbolFactory
extends java.lang.Object

Create a Symbol of the appropriate subclass.


Constructor Summary
SymbolFactory()
           
 
Method Summary
static Symbol create(int symbolType, java.lang.String name, SymbolScope scope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SymbolFactory

public SymbolFactory()
Method Detail

create

public static Symbol create(int symbolType,
                            java.lang.String name,
                            SymbolScope scope)


Copyright © 2008 Joanju Software. All Rights Reserved.