|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.codehaus.janino.Java.Located
org.codehaus.janino.Java.Atom
org.codehaus.janino.Java.Type
public abstract static class Java.Type
Representation of a Java™ type.
| Field Summary |
|---|
| Fields inherited from class org.codehaus.janino.Java.Located |
|---|
NOWHERE |
| Constructor Summary | |
|---|---|
protected |
Java.Type(Location location)
|
| Method Summary | |
|---|---|
abstract void |
accept(Visitor.TypeVisitor visitor)
Invokes the ' visit...()' method of Visitor.TypeVisitor for the concrete Java.Type type. |
Java.Scope |
getEnclosingScope()
|
void |
setEnclosingScope(Java.Scope enclosingScope)
Sets the enclosing scope for this object and all subordinate Java.Type objects. |
Java.Type |
toType()
|
| Methods inherited from class org.codehaus.janino.Java.Atom |
|---|
accept, toLvalue, toLvalueOrCompileException, toRvalue, toRvalueOrCompileException, toString, toTypeOrCompileException |
| Methods inherited from class org.codehaus.janino.Java.Located |
|---|
getLocation, throwCompileException |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected Java.Type(Location location)
| Method Detail |
|---|
public void setEnclosingScope(Java.Scope enclosingScope)
Java.Type objects.
public Java.Scope getEnclosingScope()
setEnclosingScope(Java.Scope))public Java.Type toType()
toType in class Java.AtomJava.Type, or null if this atom is not a typepublic abstract void accept(Visitor.TypeVisitor visitor)
visit...()' method of Visitor.TypeVisitor for the concrete Java.Type type.
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||