|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mvel2.ast.Proto.ProtoResolver
public class Proto.ProtoResolver
| Constructor Summary | |
|---|---|
Proto.ProtoResolver(Map<String,Object> variableMap,
String name)
|
|
Proto.ProtoResolver(Map<String,Object> variableMap,
String name,
Class knownType)
|
|
| Method Summary | |
|---|---|
int |
getFlags()
Returns the bitset of special variable flags. |
String |
getName()
Returns the name of external variable. |
Class |
getType()
This should return the type of the variable. |
Object |
getValue()
Returns the physical target value of the variable. |
void |
setName(String name)
|
void |
setStaticType(Class knownType)
|
void |
setValue(Object value)
Sets the value of the physical target value. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Proto.ProtoResolver(Map<String,Object> variableMap,
String name)
public Proto.ProtoResolver(Map<String,Object> variableMap,
String name,
Class knownType)
| Method Detail |
|---|
public void setName(String name)
public void setStaticType(Class knownType)
setStaticType in interface VariableResolverpublic String getName()
VariableResolver
getName in interface VariableResolverpublic Class getType()
VariableResolver
getType in interface VariableResolverpublic void setValue(Object value)
VariableResolver
setValue in interface VariableResolvervalue - The new value.public Object getValue()
VariableResolver
getValue in interface VariableResolverpublic int getFlags()
VariableResolver
getFlags in interface VariableResolver
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||