Serialized Form
Package com.inxar.syntacs.automaton.finite |
accepts
int[] accepts
- The accepting
token
table, where the first
dimension is the state number and the value at that address is
the Token
type number.
table
int[][] table
- The transition table, where the first dimension index is the
state number, the second dimension index is the offset unicode
input character, and the value at that array address is the
next state. See the description or the source code of the
class for specifics.
Package com.inxar.syntacs.automaton.pushdown |
action
int[][] action
go
int[][] go
actions
int[] actions
log
Log log
Package com.inxar.syntacs.translator |
src
String src
errors
List errors
warnings
List warnings
p
Properties p
log
Log log
this$0
StandardAuditor this$0
type
int type
line
int line
msg
String msg
trace
String trace
Package com.inxar.syntacs.translator.lr |
c
ContextFreeSet c
g
LRTranslatorGrammar g
grammar
LRTranslatorGrammar grammar
in
Input in
lexer
Lexer lexer
parser
Parser parser
inter
LRTranslatorInterpreter inter
p
Properties p
log
Log log
grammarName
String grammarName
version
String version
goal
int goal
startContext
int startContext
contexts
com.inxar.syntacs.translator.lr.StandardLRTranslatorGrammar.SymbolList contexts
symbols
com.inxar.syntacs.translator.lr.StandardLRTranslatorGrammar.SymbolList symbols
productions
com.inxar.syntacs.translator.lr.StandardLRTranslatorGrammar.SymbolList productions
terminals
IntList terminals
nonterminals
IntList nonterminals
all
com.inxar.syntacs.translator.lr.StandardLRTranslatorGrammar.ContextSymbol all
isDefaultExplicit
boolean isDefaultExplicit
hasChanged
boolean hasChanged
properties
Properties properties
translator
LRTranslator translator
in
Input in
auditor
Auditor auditor
log
Log log
Package com.inxar.syntacs.translator.regexp |
contextTerminals
int[][] contextTerminals
contexts
IntArray contexts
nonTerminals
IntArray nonTerminals
productionSymbols
int[][] productionSymbols
productions
IntArray productions
terminalContexts
int[][] terminalContexts
terminals
IntArray terminals
Package com.inxar.syntacs.translator.syntacs |
contextTerminals
int[][] contextTerminals
contexts
IntArray contexts
nonTerminals
IntArray nonTerminals
productionSymbols
int[][] productionSymbols
productions
IntArray productions
terminalContexts
int[][] terminalContexts
terminals
IntArray terminals
Package com.inxar.syntacs.translator.test |
contextTerminals
int[][] contextTerminals
contexts
IntArray contexts
nonTerminals
IntArray nonTerminals
productionSymbols
int[][] productionSymbols
productions
IntArray productions
terminalContexts
int[][] terminalContexts
terminals
IntArray terminals
contextTerminals
int[][] contextTerminals
contexts
IntArray contexts
nonTerminals
IntArray nonTerminals
productionSymbols
int[][] productionSymbols
productions
IntArray productions
terminalContexts
int[][] terminalContexts
terminals
IntArray terminals
contextTerminals
int[][] contextTerminals
contexts
IntArray contexts
nonTerminals
IntArray nonTerminals
productionSymbols
int[][] productionSymbols
productions
IntArray productions
terminalContexts
int[][] terminalContexts
terminals
IntArray terminals
Package com.inxar.syntacs.util |
index
int index
max
int max
stack
int[] stack
defaultSetProperties
SetProperties defaultSetProperties
Package org.inxar.syntacs.automaton.pushdown |
type
int type
Package org.inxar.syntacs.translator |
auditor
Auditor auditor
nested
Throwable nested
auditor
Auditor auditor
nested
Throwable nested
Package org.inxar.syntacs.util |
t
Throwable t