Serialized Form
Package gnu.prolog.database |
serialVersionUID: -7290433520091984961L
tag
CompoundTermTag tag
serialVersionUID: 4388822484504978038L
file
String file
line
int line
column
int column
Package gnu.prolog.demo.mentalarithmetic |
serialVersionUID: 2808738995798796114L
serialVersionUID: 4536135999079155652L
prepareButton
JButton prepareButton
- Deprecated.
executeButton
JButton executeButton
- Deprecated.
stopButton
JButton stopButton
- Deprecated.
goalTextArea
JTextArea goalTextArea
- Deprecated.
resultTextArea
JTextArea resultTextArea
- Deprecated.
serialVersionUID: -7824584186874732911L
line
int line
column
int column
expectedTokens
String[] expectedTokens
Package gnu.prolog.io.parser.gen |
serialVersionUID: -8554505194284455954L
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
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
String eol
- The end of line string for this machine.
serialVersionUID: 5317453263514109784L
errorCode
int errorCode
- Indicates the reason why the exception is thrown. It will have one of the
above 4 values.
serialVersionUID: -3966209611457278787L
serialVersionUID: -7013961090908432585L
readResolve
public Object readResolve()
- Return an object to replace the object extracted from the stream. The
object will be used in the graph in place of the original.
- See Also:
Resolvable
value
String value
- value of atom
serialVersionUID: 3298672894800988968L
environment
Environment environment
- The Environment we will use to get the flags from.
serialVersionUID: -8207470525318790957L
tag
CompoundTermTag tag
- term tag
args
Term[] args
- term argumets
serialVersionUID: -208937166475321367L
readResolve
public Object readResolve()
- Return an object to replace the object extracted from the stream. The
object will be used in the graph in place of the original.
- See Also:
Resolvable
functor
AtomTerm functor
- a functor of term
arity
int arity
- arity of term. Arity of tag could be 0. But in this case this tag could not
be used to cunstruct the compound terms.
serialVersionUID: 4760147509009342072L
codesValue
Term codesValue
charsValue
Term charsValue
atomValue
AtomTerm atomValue
serialVersionUID: -5988244457397590539L
value
double value
- value of term
serialVersionUID: 4778268363190379033L
value
int value
- value of integer
serialVersionUID: 6283774008823926111L
value
Object value
- value of the term
serialVersionUID: 5912071498872487301L
serialVersionUID: -5388107925239494079L
serialVersionUID: -8440602532721728373L
value
Term value
- value of variable term
name
String name
- Name of the variable when it was declared
Used for display purposes
serialVersionUID: 3547991978575619876L
tag
CompoundTermTag tag
- tag for predicate
serialVersionUID: 946127094875894543L
term
Term term
- term of the exception
msg
String msg
- message of exception
serialVersionUID: -8799959644073589092L
exitCode
int exitCode
Package gnu.prolog.vm.interpreter |
serialVersionUID: -3951954998561990757L
level
Tracer.TraceLevel level
tag
CompoundTermTag tag
args
Term[] args