|
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
org.codehaus.janino.Java.SimpleType
public static final class Java.SimpleType
This class is not used when code is parsed; it is intended for "programmatic" types.
| Field Summary | |
|---|---|
IClass |
iClass
The IClass represented by this Java.Type. |
| Fields inherited from class org.codehaus.janino.Java.Located |
|---|
NOWHERE |
| Constructor Summary | |
|---|---|
Java.SimpleType(Location location,
IClass iClass)
|
|
| Method Summary | |
|---|---|
void |
accept(Visitor.AtomVisitor visitor)
Invokes the ' visit...()' method of Visitor.AtomVisitor for the concrete Java.Atom type. |
void |
accept(Visitor.TypeVisitor visitor)
Invokes the ' visit...()' method of Visitor.TypeVisitor for the concrete Java.Type type. |
String |
toString()
|
| Methods inherited from class org.codehaus.janino.Java.Type |
|---|
getEnclosingScope, setEnclosingScope, toType |
| Methods inherited from class org.codehaus.janino.Java.Atom |
|---|
toLvalue, toLvalueOrCompileException, toRvalue, toRvalueOrCompileException, 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 |
| Field Detail |
|---|
public final IClass iClass
IClass represented by this Java.Type.
| Constructor Detail |
|---|
public Java.SimpleType(Location location,
IClass iClass)
| Method Detail |
|---|
public String toString()
toString in class Java.Atompublic void accept(Visitor.AtomVisitor visitor)
Java.Atomvisit...()' method of Visitor.AtomVisitor for the concrete Java.Atom type.
accept in class Java.Atompublic void accept(Visitor.TypeVisitor visitor)
Java.Typevisit...()' method of Visitor.TypeVisitor for the concrete Java.Type type.
accept in class Java.Type
|
janino.net | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||