|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.mvel2.optimizers.impl.refl.nodes.BaseAccessor
public abstract class BaseAccessor
Field Summary | |
---|---|
protected AccessorNode |
nextNode
|
Constructor Summary | |
---|---|
BaseAccessor()
|
Method Summary | |
---|---|
AccessorNode |
getNextNode()
|
AccessorNode |
setNextNode(AccessorNode accessorNode)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.mvel2.compiler.Accessor |
---|
getKnownEgressType, getValue, setValue |
Field Detail |
---|
protected AccessorNode nextNode
Constructor Detail |
---|
public BaseAccessor()
Method Detail |
---|
public AccessorNode setNextNode(AccessorNode accessorNode)
setNextNode
in interface AccessorNode
public AccessorNode getNextNode()
getNextNode
in interface AccessorNode
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |