Package org.codehaus.janino
Class Java.ReferenceType
- java.lang.Object
-
- org.codehaus.janino.Java.Located
-
- org.codehaus.janino.Java.Atom
-
- org.codehaus.janino.Java.Type
-
- org.codehaus.janino.Java.ReferenceType
-
- All Implemented Interfaces:
Java.Locatable
- Enclosing class:
- Java
public static final class Java.ReferenceType extends Java.Type
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String[]
identifiers
-
Fields inherited from class org.codehaus.janino.Java.Located
NOWHERE
-
-
Constructor Summary
Constructors Constructor Description ReferenceType(Location location, java.lang.String[] identifiers)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
accept(Visitor.AtomVisitor visitor)
void
accept(Visitor.TypeVisitor visitor)
java.lang.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
-
-
-
-
Constructor Detail
-
ReferenceType
public ReferenceType(Location location, java.lang.String[] identifiers)
-
-
Method Detail
-
accept
public void accept(Visitor.AtomVisitor visitor)
-
accept
public void accept(Visitor.TypeVisitor visitor)
-
-