Package gw.lang.ir.builder
Class IRBuilder
- java.lang.Object
-
- gw.lang.ir.builder.IRBuilder
-
- Direct Known Subclasses:
IRFeatureBuilder
public abstract class IRBuilder extends Object
-
-
Constructor Summary
Constructors Constructor Description IRBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected IRType
getIRType(IType type)
protected IRType
getIRType(IJavaClassInfo cls)
protected IRType
getIRType(Class cls)
protected List<IRType>
getIRTypes(Class[] classes)
-