Serialized Form
Package org.jplate.foundation |
Package org.jplate.foundation.exception |
Package org.jplate.foundation.gof |
Package org.jplate.foundation.gof.builder |
Package org.jplate.foundation.gof.command |
Package org.jplate.foundation.gof.cor |
Package org.jplate.foundation.gof.cor.impl.defaults |
serialVersionUID: -4408044167698590227L
Package org.jplate.foundation.gof.factory |
Package org.jplate.foundation.gof.factory.impl |
Package org.jplate.foundation.gof.interpreter |
Package org.jplate.foundation.gof.visitor |
Package org.jplate.foundation.node |
_node
NodeIfc<BC,LC> _node
- The node that caused self to be raised.
Package org.jplate.foundation.node.attribute |
Package org.jplate.foundation.node.attribute.impl.defaults |
serialVersionUID: -3041201445741803606L
Package org.jplate.foundation.node.impl |
_parent
BranchNodeIfc<BC,LC> _parent
- Holds the parent.
_source
SourceIfc<S> _source
- Holds the source from which self was generated.
Package org.jplate.foundation.node.impl.defaults |
serialVersionUID: 6258565893060223855L
_childList
java.util.List<E> _childList
- Child nodes.
_context
java.lang.Object _context
- Self's context.
serialVersionUID: 7696890221214774563L
_context
java.lang.Object _context
- Self's context.
Package org.jplate.foundation.node.parser |
Package org.jplate.foundation.node.tag |
Package org.jplate.foundation.node.tag.impl.defaults |
serialVersionUID: -6294413376890954744L
_listFactory
ListFactoryIfc<V> _listFactory
- The factory that can create implementations of
java.util.List
.
Package org.jplate.foundation.parser |
_source
SourceIfc<S> _source
- The source from which parsing is being performed.
Package org.jplate.foundation.parser.javacc |
Package org.jplate.foundation.processor |
_processed
java.lang.Object _processed
- The object processed that caused self to be raised.
Package org.jplate.foundation.source |
Package org.jplate.foundation.source.impl.defaults |
serialVersionUID: -1569053263759468648L
_source
java.lang.Object _source
- This is the source from whence something exists.
_line
int _line
- This is the line where something exists in source.
_column
int _column
- This is the column where something exists in source.
_hashCode
int _hashCode
- The hash code.
serialVersionUID: -4015873532569324627L
Package org.jplate.foundation.util |
Package org.jplate.foundation.util.impl |
serialVersionUID: 8707437958124563036L
serialVersionUID: -7285369692062119081L
serialVersionUID: -3819135924500641702L
serialVersionUID: 5380109993326579319L
Package org.jplate.kvp.impl.defaults |
serialVersionUID: -8209140481641817513L
Package org.jplate.kvp.parser |
Package org.jplate.kvp.parser.impl.defaults |
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.jplate.tabular |
Package org.jplate.tabular.cdv.parser |
Package org.jplate.tabular.cdv.parser.impl.defaults |
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.jplate.tabular.csv.parser |
Package org.jplate.tabular.csv.parser.impl.defaults |
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.jplate.tabular.impl.defaults |
serialVersionUID: -4736566561720585246L
serialVersionUID: 8032253641632824086L
serialVersionUID: -5202291317143823229L
serialVersionUID: -1468437269116282734L
Package org.jplate.tabular.parser |
_maxFields
int _maxFields
_fieldNumber
int _fieldNumber
Package org.jplate.tabular.tdv.parser |
Package org.jplate.tabular.tdv.parser.impl.defaults |
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.