Serialized Form
-
Package ognl
-
Class ognl.ASTAdd
class ASTAdd extends NumericExpression implements Serializable- serialVersionUID:
- -7027437312703768232L
-
Class ognl.ASTAnd
class ASTAnd extends BooleanExpression implements Serializable- serialVersionUID:
- 6696870754345362407L
-
Class ognl.ASTAssign
class ASTAssign extends SimpleNode implements Serializable- serialVersionUID:
- -2036484456563256284L
-
Class ognl.ASTBitAnd
class ASTBitAnd extends NumericExpression implements Serializable- serialVersionUID:
- -1168821577717290445L
-
Class ognl.ASTBitNegate
class ASTBitNegate extends NumericExpression implements Serializable- serialVersionUID:
- 1889283641910348148L
-
Class ognl.ASTBitOr
class ASTBitOr extends NumericExpression implements Serializable- serialVersionUID:
- -7692570501162791771L
-
Class ognl.ASTChain
class ASTChain extends SimpleNode implements Serializable- serialVersionUID:
- 6689037266594707682L
-
Class ognl.ASTConst
class ASTConst extends SimpleNode implements Serializable- serialVersionUID:
- 6025967712275552286L
-
Class ognl.ASTCtor
class ASTCtor extends SimpleNode implements Serializable- serialVersionUID:
- -218799350410195779L
-
Serialized Fields
-
className
String className
-
isArray
boolean isArray
-
-
Class ognl.ASTDivide
class ASTDivide extends NumericExpression implements Serializable- serialVersionUID:
- 3154412889742069891L
-
Class ognl.ASTEq
class ASTEq extends ComparisonExpression implements Serializable- serialVersionUID:
- -7129666227440957636L
-
Class ognl.ASTEval
class ASTEval extends SimpleNode implements Serializable- serialVersionUID:
- 3686472873318541923L
-
Class ognl.ASTGreater
class ASTGreater extends ComparisonExpression implements Serializable- serialVersionUID:
- 3544928077296457477L
-
Class ognl.ASTGreaterEq
class ASTGreaterEq extends ComparisonExpression implements Serializable- serialVersionUID:
- -6286160482861838266L
-
Class ognl.ASTIn
class ASTIn extends SimpleNode implements Serializable- serialVersionUID:
- -6647839788080239625L
-
Class ognl.ASTInstanceof
class ASTInstanceof extends SimpleNode implements Serializable- serialVersionUID:
- 4988707282372901939L
-
Serialized Fields
-
targetType
String targetType
-
-
Class ognl.ASTKeyValue
class ASTKeyValue extends SimpleNode implements Serializable- serialVersionUID:
- -2039156077201845415L
-
Class ognl.ASTLess
class ASTLess extends ComparisonExpression implements Serializable- serialVersionUID:
- 7073712002461814213L
-
Class ognl.ASTLessEq
class ASTLessEq extends ComparisonExpression implements Serializable- serialVersionUID:
- 7691692576590096450L
-
Class ognl.ASTList
class ASTList extends SimpleNode implements Serializable- serialVersionUID:
- 5819304155523588899L
-
Class ognl.ASTMap
class ASTMap extends SimpleNode implements Serializable- serialVersionUID:
- -849999202189860682L
-
Serialized Fields
-
className
String className
-
-
Class ognl.ASTMethod
class ASTMethod extends SimpleNode implements Serializable- serialVersionUID:
- -6108508556131109533L
-
Class ognl.ASTMultiply
class ASTMultiply extends NumericExpression implements Serializable- serialVersionUID:
- -6495848669307687043L
-
Class ognl.ASTNegate
class ASTNegate extends NumericExpression implements Serializable- serialVersionUID:
- -541105956940549394L
-
Class ognl.ASTNot
class ASTNot extends BooleanExpression implements Serializable- serialVersionUID:
- 6791997588178551336L
-
Class ognl.ASTNotEq
class ASTNotEq extends ComparisonExpression implements Serializable- serialVersionUID:
- -8504319639438982233L
-
Class ognl.ASTNotIn
class ASTNotIn extends SimpleNode implements Serializable- serialVersionUID:
- -7179506923293705885L
-
Class ognl.ASTOr
class ASTOr extends BooleanExpression implements Serializable- serialVersionUID:
- -5221348144886054097L
-
Class ognl.ASTProject
class ASTProject extends SimpleNode implements Serializable- serialVersionUID:
- 2768334664377467301L
-
Class ognl.ASTProperty
class ASTProperty extends SimpleNode implements Serializable- serialVersionUID:
- -7755110504199540734L
-
Class ognl.ASTRemainder
class ASTRemainder extends NumericExpression implements Serializable- serialVersionUID:
- -7872347798983239086L
-
Class ognl.ASTRootVarRef
class ASTRootVarRef extends ASTVarRef implements Serializable- serialVersionUID:
- 5015348645898451815L
-
Class ognl.ASTSelect
class ASTSelect extends SimpleNode implements Serializable- serialVersionUID:
- 7036346554394321967L
-
Class ognl.ASTSelectFirst
class ASTSelectFirst extends SimpleNode implements Serializable- serialVersionUID:
- -2454450963927873461L
-
Class ognl.ASTSelectLast
class ASTSelectLast extends SimpleNode implements Serializable- serialVersionUID:
- 2555624711061241877L
-
Class ognl.ASTSequence
class ASTSequence extends SimpleNode implements Serializable- serialVersionUID:
- 7862664419715024875L
-
Class ognl.ASTShiftLeft
class ASTShiftLeft extends NumericExpression implements Serializable- serialVersionUID:
- 7590620928636478693L
-
Class ognl.ASTShiftRight
class ASTShiftRight extends NumericExpression implements Serializable- serialVersionUID:
- -8536847221411673601L
-
Class ognl.ASTStaticField
class ASTStaticField extends SimpleNode implements Serializable- serialVersionUID:
- -6421261547066021884L
-
Class ognl.ASTStaticMethod
class ASTStaticMethod extends SimpleNode implements Serializable- serialVersionUID:
- -116222026971367049L
-
Class ognl.ASTSubtract
class ASTSubtract extends NumericExpression implements Serializable- serialVersionUID:
- -6236738073110752982L
-
Class ognl.ASTTest
class ASTTest extends ExpressionNode implements Serializable- serialVersionUID:
- -6924826770978283631L
-
Class ognl.ASTThisVarRef
class ASTThisVarRef extends ASTVarRef implements Serializable- serialVersionUID:
- 5225752191165475979L
-
Class ognl.ASTUnsignedShiftRight
class ASTUnsignedShiftRight extends NumericExpression implements Serializable- serialVersionUID:
- 7787910329305946213L
-
Class ognl.ASTVarRef
class ASTVarRef extends SimpleNode implements Serializable- serialVersionUID:
- -4497407745162564648L
-
Class ognl.ASTXor
class ASTXor extends NumericExpression implements Serializable- serialVersionUID:
- 6774627095887209111L
-
Class ognl.BooleanExpression
class BooleanExpression extends ExpressionNode implements Serializable- serialVersionUID:
- 8933433183011657435L
-
Serialized Fields
-
getterClass
Class<?> getterClass
-
-
Class ognl.ComparisonExpression
class ComparisonExpression extends BooleanExpression implements Serializable- serialVersionUID:
- -687171907698242382L
-
Class ognl.ExpressionNode
class ExpressionNode extends SimpleNode implements Serializable- serialVersionUID:
- 4880029588563407661L
-
Exception Class ognl.ExpressionSyntaxException
class ExpressionSyntaxException extends OgnlException implements Serializable- serialVersionUID:
- 3219409775304901172L
-
Exception Class ognl.InappropriateExpressionException
class InappropriateExpressionException extends OgnlException implements Serializable- serialVersionUID:
- 1976942828887727759L
-
Exception Class ognl.MethodFailedException
class MethodFailedException extends OgnlException implements Serializable- serialVersionUID:
- 2490616172311289862L
-
Exception Class ognl.NoSuchPropertyException
class NoSuchPropertyException extends OgnlException implements Serializable- serialVersionUID:
- -4394252641910997725L
-
Class ognl.NumericExpression
class NumericExpression extends ExpressionNode implements Serializable- serialVersionUID:
- 411246929049244018L
-
Serialized Fields
-
getterClass
Class<?> getterClass
-
-
Exception Class ognl.OgnlException
class OgnlException extends Exception implements Serializable- serialVersionUID:
- 1225801032966287635L
-
Serialized Fields
-
_evaluation
Evaluation _evaluation
The root evaluation of the expression when the exception was thrown
-
-
Class ognl.OgnlInvokePermission
class OgnlInvokePermission extends BasicPermission implements Serializable- serialVersionUID:
- -1075128617667321761L
-
Exception Class ognl.ParseException
class ParseException extends Exception implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
currentToken
Token currentToken
This is the last token that has been consumed successfully. If this object has been created due to a parse error, the token following this token will (therefore) be the first error token. -
expectedTokenSequences
int[][] expectedTokenSequences
Each entry in this array is an array of integers. Each array of integers represents a sequence of tokens (by their ordinal values) that is expected at this point of the parse. -
tokenImage
String[] tokenImage
This is a reference to the "tokenImage" array of the generated parser within which the parse error occurred. This array is defined in the generated ...Constants interface.
-
-
Class ognl.SimpleNode
class SimpleNode extends Object implements Serializable- serialVersionUID:
- 996864654828982683L
-
Serialized Fields
-
children
Node[] children
-
constantValue
Object constantValue
-
constantValueCalculated
boolean constantValueCalculated
-
expressionAccessor
ExpressionAccessor expressionAccessor
-
hasConstantValue
boolean hasConstantValue
-
id
int id
-
parent
Node parent
-
parser
OgnlParser parser
-
-
Class ognl.Token
class Token extends Object implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
beginColumn
int beginColumn
The column number of the first character of this Token. -
beginLine
int beginLine
The line number of the first character of this Token. -
endColumn
int endColumn
The column number of the last character of this Token. -
endLine
int endLine
The line number of the last character of this Token. -
image
String image
The string image of the token. -
kind
int kind
An integer that describes the kind of this token. This numbering system is determined by JavaCCParser, and a table of these numbers is stored in the file ...Constants.java. -
next
Token next
A reference to the next regular (non-special) token from the input stream. If this is the last token from the input stream, or if the token manager has not read tokens beyond this one, this field is set to null. This is true only if this token is also a regular token. Otherwise, see below for a description of the contents of this field. -
specialToken
Token specialToken
This field is used to access special tokens that occur prior to this token, but after the immediately preceding regular (non-special) token. If there are no such special tokens, this field is set to null. When there are more than one such special token, this field refers to the last of these special tokens, which in turn refers to the next previous special token through its specialToken field, and so on until the first special token (whose specialToken field is null). The next fields of special tokens refer to other special tokens that immediately follow it (without an intervening regular token). If there is no such token, this field is null.
-
-
Exception Class ognl.TokenMgrError
class TokenMgrError extends Error implements Serializable- serialVersionUID:
- 1L
-
Serialized Fields
-
errorCode
int errorCode
Indicates the reason why the exception is thrown. It will have one of the above 4 values.
-
-
-
Package ognl.enhance
-
Exception Class ognl.enhance.UnsupportedCompilationException
class UnsupportedCompilationException extends RuntimeException implements Serializable- serialVersionUID:
- 37018630558258414L
-
-
Package ognl.internal
-
Exception Class ognl.internal.CacheException
class CacheException extends RuntimeException implements Serializable- serialVersionUID:
- 3909399641531596633L
-