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(ASTAdd node, P data)
R
visit(ASTAnd node, P data)
R
visit(ASTAssign node, P data)
R
visit(ASTBitAnd node, P data)
R
visit(ASTBitNegate node, P data)
R
visit(ASTBitOr node, P data)
R
visit(ASTChain node, P data)
R
visit(ASTConst node, P data)
R
visit(ASTCtor node, P data)
R
visit(ASTDivide node, P data)
R
visit(ASTEq node, P data)
R
visit(ASTEval node, P data)
R
visit(ASTGreaterEq node, P data)
R
visit(ASTGreater node, P data)
R
visit(ASTIn node, P data)
R
visit(ASTInstanceof node, P data)
R
visit(ASTKeyValue node, P data)
R
visit(ASTLessEq node, P data)
R
visit(ASTLess node, P data)
R
visit(ASTList node, P data)
R
visit(ASTMap node, P data)
R
visit(ASTMethod node, P data)
R
visit(ASTMultiply node, P data)
R
visit(ASTNegate node, P data)
R
visit(ASTNotEq node, P data)
R
visit(ASTNotIn node, P data)
R
visit(ASTNot node, P data)
R
visit(ASTOr node, P data)
R
visit(ASTProject node, P data)
R
visit(ASTProperty node, P data)
R
visit(ASTRemainder node, P data)
R
visit(ASTRootVarRef node, P data)
R
visit(ASTSelectFirst node, P data)
R
visit(ASTSelectLast node, P data)
R
visit(ASTSelect node, P data)
R
visit(ASTSequence node, P data)
R
visit(ASTShiftLeft node, P data)
R
visit(ASTShiftRight node, P data)
R
visit(ASTStaticField node, P data)
R
visit(ASTStaticMethod node, P data)
R
visit(ASTSubtract node, P data)
R
visit(ASTTest node, P data)
R
visit(ASTThisVarRef node, P data)
R
visit(ASTUnsignedShiftRight node, P data)
R
visit(ASTVarRef node, P data)
R
visit(ASTXor node, P data)
-
-
-
Method Detail
-
visit
R visit(ASTSequence node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTAssign node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(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(ASTBitOr node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTXor node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTBitAnd node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTEq node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTNotEq node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTLess node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTGreater node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTLessEq node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTGreaterEq node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTIn node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTNotIn node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTShiftLeft node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTShiftRight node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTUnsignedShiftRight node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTAdd node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTSubtract node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTMultiply node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTDivide node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTRemainder node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTNegate node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTBitNegate node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(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(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(ASTMap node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(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(ASTProject node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTSelect node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTSelectFirst node, P data) throws OgnlException
- Throws:
OgnlException
-
visit
R visit(ASTSelectLast node, P data) throws OgnlException
- Throws:
OgnlException
-
-