Uses of Interface
ognl.NodeType
-
Packages that use NodeType Package Description ognl OGNL stands for Object-Graph Navigation Language; it is an expression language for getting and setting properties of Java objects. -
-
Uses of NodeType in ognl
Classes in ognl that implement NodeType Modifier and Type Class Description classASTAddclassASTAndclassASTBitAndclassASTBitNegateclassASTBitOrclassASTChainclassASTConstclassASTDivideclassASTEqclassASTGreaterclassASTGreaterEqclassASTInclassASTInstanceofclassASTLessclassASTLessEqclassASTListclassASTMethodclassASTMultiplyclassASTNegateclassASTNotclassASTNotEqclassASTNotInclassASTOrclassASTPropertyclassASTRemainderclassASTRootVarRefclassASTSequenceclassASTShiftLeftclassASTShiftRightclassASTStaticFieldclassASTStaticMethodclassASTSubtractclassASTThisVarRefclassASTUnsignedShiftRightclassASTVarRefclassASTXorclassBooleanExpressionBase class for boolean expressions.classComparisonExpressionBase class for types that compare values.classNumericExpressionBase class for numeric expressions.Methods in ognl with parameters of type NodeType Modifier and Type Method Description (package private) booleanASTAdd. isWider(NodeType type, NodeType lastType)
-