|
Web Site | ||||||||
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.ReferenceType
public static final class Java.ReferenceType
Field Summary | |
---|---|
java.lang.String[] |
identifiers
|
Constructor Summary | |
---|---|
Java.ReferenceType(Location location,
java.lang.String[] identifiers)
|
Method Summary | |
---|---|
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, toLvalueOrPE, toRvalue, toRvalueOrPE, toTypeOrPE |
Methods inherited from class org.codehaus.janino.Java.Located |
---|
getLocation, throwParseException |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public final java.lang.String[] identifiers
Constructor Detail |
---|
public Java.ReferenceType(Location location, java.lang.String[] identifiers)
Method Detail |
---|
public java.lang.String toString()
toString
in class Java.Atom
public final void accept(Visitor.AtomVisitor visitor)
accept
in class Java.Atom
public final void accept(Visitor.TypeVisitor visitor)
accept
in class Java.Type
|
Web Site | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |