Package org.apache.commons.ognl
Interface NodeVisitor<R,P>
-
- All Known Implementing Classes:
ToStringVisitor
public interface NodeVisitor<R,P>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description R
visit(org.apache.commons.ognl.ASTAdd node, P data)
R
visit(ASTAnd node, P data)
R
visit(org.apache.commons.ognl.ASTAssign node, P data)
R
visit(org.apache.commons.ognl.ASTBitAnd node, P data)
R
visit(org.apache.commons.ognl.ASTBitNegate node, P data)
R
visit(org.apache.commons.ognl.ASTBitOr node, P data)
R
visit(ASTChain node, P data)
R
visit(ASTConst node, P data)
R
visit(ASTCtor node, P data)
R
visit(org.apache.commons.ognl.ASTDivide node, P data)
R
visit(org.apache.commons.ognl.ASTEq node, P data)
R
visit(org.apache.commons.ognl.ASTEval node, P data)
R
visit(org.apache.commons.ognl.ASTGreaterEq node, P data)
R
visit(org.apache.commons.ognl.ASTGreater node, P data)
R
visit(org.apache.commons.ognl.ASTIn node, P data)
R
visit(ASTInstanceof node, P data)
R
visit(org.apache.commons.ognl.ASTKeyValue node, P data)
R
visit(org.apache.commons.ognl.ASTLessEq node, P data)
R
visit(org.apache.commons.ognl.ASTLess node, P data)
R
visit(ASTList node, P data)
R
visit(org.apache.commons.ognl.ASTMap node, P data)
R
visit(ASTMethod node, P data)
R
visit(org.apache.commons.ognl.ASTMultiply node, P data)
R
visit(org.apache.commons.ognl.ASTNegate node, P data)
R
visit(org.apache.commons.ognl.ASTNotEq node, P data)
R
visit(org.apache.commons.ognl.ASTNotIn node, P data)
R
visit(org.apache.commons.ognl.ASTNot node, P data)
R
visit(ASTOr node, P data)
R
visit(org.apache.commons.ognl.ASTProject node, P data)
R
visit(ASTProperty node, P data)
R
visit(org.apache.commons.ognl.ASTRemainder node, P data)
R
visit(ASTRootVarRef node, P data)
R
visit(org.apache.commons.ognl.ASTSelectFirst node, P data)
R
visit(org.apache.commons.ognl.ASTSelectLast node, P data)
R
visit(org.apache.commons.ognl.ASTSelect node, P data)
R
visit(ASTSequence node, P data)
R
visit(org.apache.commons.ognl.ASTShiftLeft node, P data)
R
visit(org.apache.commons.ognl.ASTShiftRight node, P data)
R
visit(ASTStaticField node, P data)
R
visit(ASTStaticMethod node, P data)
R
visit(org.apache.commons.ognl.ASTSubtract node, P data)
R
visit(org.apache.commons.ognl.ASTTest node, P data)
R
visit(ASTThisVarRef node, P data)
R
visit(org.apache.commons.ognl.ASTUnsignedShiftRight node, P data)
R
visit(ASTVarRef node, P data)
R
visit(org.apache.commons.ognl.ASTXor node, P data)
-
-
-
Method Detail
-
visit
R visit(ASTSequence node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTAssign node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTTest node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTOr node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTAnd node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTBitOr node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTXor node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTBitAnd node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTEq node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTNotEq node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTLess node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTGreater node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTLessEq node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTGreaterEq node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTIn node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTNotIn node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTShiftLeft node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTShiftRight node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTUnsignedShiftRight node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTAdd node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTSubtract node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTMultiply node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTDivide node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTRemainder node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTNegate node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTBitNegate node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTNot node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTInstanceof node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTChain node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTEval node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTConst node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTThisVarRef node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTRootVarRef node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTVarRef node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTList node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTMap node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTKeyValue node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTStaticField node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTCtor node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTProperty node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTStaticMethod node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTMethod node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTProject node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTSelect node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTSelectFirst node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(org.apache.commons.ognl.ASTSelectLast node, P data) throws OgnlException
- Throws:
OgnlException
-
-