org.mvel2.util
Class CollectionParser
java.lang.Object
org.mvel2.util.CollectionParser
public class CollectionParser
- extends java.lang.Object
This is the inline collection sub-parser. It produces a skeleton model of the collection which is in turn translated
into a sequenced AST to produce the collection efficiently at runtime, and passed off to one of the JIT's if
configured.
- Author:
- Christopher Brock
Field Summary |
static int |
ARRAY
|
static int |
LIST
|
static int |
MAP
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LIST
public static final int LIST
- See Also:
- Constant Field Values
ARRAY
public static final int ARRAY
- See Also:
- Constant Field Values
MAP
public static final int MAP
- See Also:
- Constant Field Values
CollectionParser
public CollectionParser()
CollectionParser
public CollectionParser(int type)
parseCollection
public java.lang.Object parseCollection(char[] property,
boolean subcompile,
ParserContext pCtx)
parseCollection
public java.lang.Object parseCollection(char[] property,
boolean subcompile,
java.lang.Class colType,
ParserContext pCtx)
getCursor
public int getCursor()
Copyright © 2010. All Rights Reserved.