org.codehaus.janino
Class Java.SimpleType
java.lang.Object
org.codehaus.janino.Java.Located
org.codehaus.janino.Java.Atom
org.codehaus.janino.Java.Type
org.codehaus.janino.Java.SimpleType
- All Implemented Interfaces:
- Java.Locatable
- Enclosing class:
- Java
public static final class Java.SimpleType
- extends Java.Type
This class is not used when code is parsed; it is intended for "programmatic" types.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
iClass
public final IClass iClass
- The
IClass represented by this Java.Type.
Java.SimpleType
public Java.SimpleType(Location location,
IClass iClass)
toString
public java.lang.String toString()
- Specified by:
toString in class Java.Atom
accept
public void accept(Visitor.AtomVisitor visitor)
- Description copied from class:
Java.Atom
- Invokes the '
visit...()' method of Visitor.AtomVisitor for the concrete Java.Atom type.
- Specified by:
accept in class Java.Atom
accept
public void accept(Visitor.TypeVisitor visitor)
- Description copied from class:
Java.Type
- Invokes the '
visit...()' method of Visitor.TypeVisitor for the concrete Java.Type type.
- Specified by:
accept in class Java.Type