org.mvel2.ast
Class NewObjectNode.NewObjectArray
java.lang.Object
org.mvel2.ast.NewObjectNode.NewObjectArray
- All Implemented Interfaces:
- java.io.Serializable, Accessor
- Enclosing class:
- NewObjectNode
public static class NewObjectNode.NewObjectArray
- extends java.lang.Object
- implements Accessor, java.io.Serializable
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NewObjectNode.NewObjectArray
public NewObjectNode.NewObjectArray(java.lang.Class arrayType,
ExecutableStatement[] sizes)
getValue
public java.lang.Object getValue(java.lang.Object ctx,
java.lang.Object elCtx,
VariableResolverFactory variableFactory)
- Specified by:
getValue
in interface Accessor
setValue
public java.lang.Object setValue(java.lang.Object ctx,
java.lang.Object elCtx,
VariableResolverFactory variableFactory,
java.lang.Object value)
- Specified by:
setValue
in interface Accessor
getKnownEgressType
public java.lang.Class getKnownEgressType()
- Specified by:
getKnownEgressType
in interface Accessor
Copyright © 2010. All Rights Reserved.