Serialized Form
|
Package org.apache.ode.ql |
serialVersionUID: -6838858327728094014L
|
Package org.apache.ode.ql.jcc |
specialConstructor
boolean specialConstructor
- This variable determines which constructor was used to create
this object and thereby affects the semantics of the
"getMessage" method (see below).
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
followng 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
java.lang.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.
eol
java.lang.String eol
- The end of line string for this machine.
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have
one of the above 4 values.
|
Package org.apache.ode.ql.tree.nodes |
serialVersionUID: -626046952079668882L
childs
java.util.Collection<E> childs
serialVersionUID: -470480764480851402L
serialVersionUID: 8151616227509392901L
serialVersionUID: -6349426426188324243L
name
java.lang.String name
serialVersionUID: -3950615207473647667L
serialVersionUID: 3377082099238584486L
identifier
Identifier identifier
value
Value<V> value
serialVersionUID: -5110159406556440523L
identifier
Identifier identifier
values
java.util.Collection<E> values
serialVersionUID: 4340261946576837633L
serialVersionUID: 4565600302207865897L
serialVersionUID: 5326597610659165414L
serialVersionUID: -2717124113311491484L
number
int number
serialVersionUID: -5995328590580131666L
orders
java.util.Collection<E> orders
serialVersionUID: -3927580891987350265L
identifier
Identifier identifier
type
OrderByType type
serialVersionUID: -6249689910742825036L
name
javax.xml.namespace.QName name
serialVersionUID: -1889820969391077174L
childs
java.util.Collection<E> childs
order
OrderBy order
limit
Limit limit
serialVersionUID: -533404312907890996L
value
java.lang.Object value