fabric.visit
Class FabricTypeBuilder

java.lang.Object
  extended by TypeBuilder
      extended by fabric.visit.FabricTypeBuilder

public class FabricTypeBuilder
extends TypeBuilder


Constructor Summary
FabricTypeBuilder(Job job, TypeSystem ts, NodeFactory nf)
           
 
Method Summary
protected  ParsedClassType newClass(Position pos, Flags flags, java.lang.String name)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FabricTypeBuilder

public FabricTypeBuilder(Job job,
                         TypeSystem ts,
                         NodeFactory nf)
Method Detail

newClass

protected ParsedClassType newClass(Position pos,
                                   Flags flags,
                                   java.lang.String name)
                            throws SemanticException
Throws:
SemanticException