org.codehaus.janino
public abstract static class Java.Type extends Java.Atom
Constructor Summary | |
---|---|
protected | Type(Location location) |
Method Summary | |
---|---|
abstract void | accept(Visitor.TypeVisitor visitor) |
Java.Scope | getEnclosingScope() |
void | setEnclosingScope(Java.Scope enclosingScope)
Sets the enclosing scope for this object and all subordinate
Type objects. |
Java.Type | toType() |