|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mvel2.integration.impl.StaticMethodImportResolver
public class StaticMethodImportResolver
Constructor Summary | |
---|---|
StaticMethodImportResolver(String name,
MethodStub method)
|
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. |
MethodStub |
getValue()
Returns the physical target value of the variable. |
void |
setStaticType(Class type)
|
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 StaticMethodImportResolver(String name, MethodStub method)
Method Detail |
---|
public String getName()
VariableResolver
getName
in interface VariableResolver
public Class getType()
VariableResolver
getType
in interface VariableResolver
public void setStaticType(Class type)
setStaticType
in interface VariableResolver
public int getFlags()
VariableResolver
getFlags
in interface VariableResolver
public MethodStub getValue()
VariableResolver
getValue
in interface VariableResolver
public void setValue(Object value)
VariableResolver
setValue
in interface VariableResolver
value
- The new value.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |