Uses of Class
org.codehaus.janino.Java.NewArray
-
Packages that use Java.NewArray Package Description org.codehaus.janino The core of the Janino Java compiler.org.codehaus.janino.util Application-independent helper classes. -
-
Uses of Java.NewArray in org.codehaus.janino
Methods in org.codehaus.janino with parameters of type Java.NewArray Modifier and Type Method Description private IClass
UnitCompiler. compileGet2(Java.NewArray na)
private IClass
UnitCompiler. getType2(Java.NewArray na)
R
Visitor.RvalueVisitor. visitNewArray(Java.NewArray na)
Invoked byaccept(Visitor.RvalueVisitor)
-
Uses of Java.NewArray in org.codehaus.janino.util
Methods in org.codehaus.janino.util with parameters of type Java.NewArray Modifier and Type Method Description Java.Rvalue
DeepCopier. copyNewArray(Java.NewArray subject)
void
AbstractTraverser. traverseNewArray(Java.NewArray na)
void
Traverser. traverseNewArray(Java.NewArray na)
-