|
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.Rvalue
org.codehaus.janino.Java.NewArray
public static final class Java.NewArray
Field Summary | |
---|---|
Java.Rvalue[] |
dimExprs
|
int |
dims
|
Java.Type |
type
|
Fields inherited from class org.codehaus.janino.Java.Rvalue |
---|
CONSTANT_VALUE_NULL, JUMP_IF_FALSE, JUMP_IF_TRUE |
Constructor Summary | |
---|---|
Java.NewArray(Location location,
Java.Type type,
Java.Rvalue[] dimExprs,
int dims)
|
Method Summary | |
---|---|
void |
accept(Visitor.AtomVisitor visitor)
|
void |
accept(Visitor.RvalueVisitor visitor)
|
String |
toString()
|
Methods inherited from class org.codehaus.janino.Java.Rvalue |
---|
getEnclosingBlockStatement, setEnclosingBlockStatement, toRvalue |
Methods inherited from class org.codehaus.janino.Java.Atom |
---|
toLvalue, toLvalueOrPE, toRvalueOrPE, toType, 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.Type type
public final Java.Rvalue[] dimExprs
public final int dims
Constructor Detail |
---|
public Java.NewArray(Location location, Java.Type type, Java.Rvalue[] dimExprs, int dims)
Method Detail |
---|
public String toString()
toString
in class Java.Atom
public final void accept(Visitor.AtomVisitor visitor)
accept
in class Java.Atom
public final void accept(Visitor.RvalueVisitor visitor)
accept
in class Java.Rvalue
|
Web Site | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |