Serialized Form


Package torero

Class torero.Applet implements Serializable

Serialized Fields

panel

ToreroPanel panel


Package torero.gui

Class torero.gui.AttributeCellRenderer implements Serializable

Serialized Fields

acd

AttributeCellData acd

inherit

ImageIcon inherit

synthesize

ImageIcon synthesize

fvalid

ImageIcon fvalid

fnotvalid

ImageIcon fnotvalid

fnotused

ImageIcon fnotused

tvalid

ImageIcon tvalid

tnotvalid

ImageIcon tnotvalid

tnotused

ImageIcon tnotused

attribfont

Font attribfont

attribfont2

Font attribfont2

statelabel

JLabel statelabel

attriblabel

JLabel attriblabel

Class torero.gui.AttributeListModel implements Serializable

Serialized Fields

al

ArrayList al

Class torero.gui.AttributeModel implements Serializable

Serialized Fields

al

ArrayList al

selItem

Object selItem

Class torero.gui.GrammarTreeCellRenderer implements Serializable

Serialized Fields

selected

boolean selected
Is the value currently selected.

hasFocus

boolean hasFocus
True if has focus.

drawsFocusBorderAroundIcon

boolean drawsFocusBorderAroundIcon
True if draws focus border around icon as well.

textSelectionColor

Color textSelectionColor
Color to use for the foreground for selected nodes.

textNonSelectionColor

Color textNonSelectionColor
Color to use for the foreground for non-selected nodes.

backgroundSelectionColor

Color backgroundSelectionColor
Color to use for the background when a node is selected.

backgroundNonSelectionColor

Color backgroundNonSelectionColor
Color to use for the background when the node isn't selected.

borderSelectionColor

Color borderSelectionColor
Color to use for the background when the node isn't selected.

node

GrammarNode node

sym

Symbol sym

symname

JLabel symname

attriblist

JList attriblist

leftdim

Dimension leftdim

rightdim

Dimension rightdim

nontermicon

ImageIcon nontermicon

termicon

ImageIcon termicon

epsilonicon

ImageIcon epsilonicon

symbolfont

Font symbolfont

symbolfont1

Font symbolfont1

Class torero.gui.JProdItem implements Serializable

Serialized Fields

prod

Production prod

Class torero.gui.ProductionModel implements Serializable

Serialized Fields

al

ArrayList al

selItem

Object selItem

Class torero.gui.SymbolModel implements Serializable

Serialized Fields

al

ArrayList al

selItem

Object selItem

Class torero.gui.ToreroPanel implements Serializable

Serialized Fields

aboutIcon

ImageIcon aboutIcon

aboutLabel

JLabel aboutLabel

selectProdFrame

torero.gui.ToreroPanel.SelectProdFrame selectProdFrame

messageFrame

torero.gui.ToreroPanel.MessageFrame messageFrame

desktop

JDesktopPane desktop

menubar

JMenuBar menubar

derivationmenu

JMenu derivationmenu

framecounter

int framecounter

currentAg

AttributeGrammar currentAg

currentDerivat

Derivat currentDerivat

currentTree

JTree currentTree

loadser

torero.gui.ToreroPanel.LoadSer loadser

saveser

torero.gui.ToreroPanel.SaveSer saveser

loadyacc

torero.gui.ToreroPanel.LoadYacc loadyacc

saveox

torero.gui.ToreroPanel.SaveOx saveox

savedot

torero.gui.ToreroPanel.SaveDot savedot

savejpg

torero.gui.ToreroPanel.SaveJPG savejpg

dumpgrammar

torero.gui.ToreroPanel.DumpGrammar dumpgrammar

dumpderivat

torero.gui.ToreroPanel.DumpDerivat dumpderivat

newderivation

torero.gui.ToreroPanel.newDerivation newderivation

about

torero.gui.ToreroPanel.AboutTorero about

help

torero.gui.ToreroPanel.HelpTorero help

Class torero.gui.TraversalModel implements Serializable

Serialized Fields

al

ArrayList al

selItem

Object selItem


Package torero.model

Class torero.model.AdditionalGrammarInfo implements Serializable

Serialized Fields

defC_Code

String defC_Code
the code from the definition section.

tailC_Code

String tailC_Code
the code from the tail section.

Class torero.model.Attribute implements Serializable

Serialized Fields

keeper

AttributeMap keeper

fieldName

String fieldName

fieldType

int fieldType

Class torero.model.AttributeAssingnment implements Serializable

Serialization Methods

readObject

private void readObject(ObjectInputStream in)
                 throws IOException,
                        ClassNotFoundException

writeObject

private void writeObject(ObjectOutputStream out)
                  throws IOException
Serialized Fields

state

int state

belongsTo

Production belongsTo

dest

AttributeAssingnment.AttribKey dest

sourcelist

HashSet sourcelist

funcdesc

String funcdesc

funcdescRESTORE

String funcdescRESTORE

Class torero.model.AttributeAssingnment.AttribKey implements Serializable

Serialized Fields

this$0

AttributeAssingnment this$0

le

Production.ListElement le

attrib

Attribute attrib

Class torero.model.AttributeGrammar implements Serializable

Serialized Fields

attribmap

AttributeMap attribmap

Class torero.model.AttributeMap implements Serializable

Serialized Fields

attributes

HashMap attributes

Class torero.model.Epsilon implements Serializable

Class torero.model.Grammar implements Serializable

Serialized Fields

productionMap

ProductionMap productionMap

symbolMap

SymbolMap symbolMap

startSymbol

Nonterm startSymbol

addinfo

AdditionalGrammarInfo addinfo

Class torero.model.Nonterm implements Serializable

Class torero.model.Production implements Serializable

Serialized Fields

productionRHS

Production.ProductionRHS productionRHS

LHS

Production.ListElement LHS

assigns

OneToManyMap assigns

traversals

TreeSet traversals

precedence

Token precedence

Class torero.model.Production.ListElement implements Serializable

Serialized Fields

this$0

Production this$0

refSymbol

Symbol refSymbol

islhs

boolean islhs

Class torero.model.Production.ProductionRHS implements Serializable

Serialized Fields

this$0

Production this$0

RHS

LinkedList RHS

Class torero.model.ProductionMap implements Serializable

Serialized Fields

symbolmap

SymbolMap symbolmap

productions

OneToManyMap productions

Class torero.model.Symbol implements Serializable

Serialized Fields

keeper

SymbolMap keeper

sm

SymbolMap sm

fieldName

String fieldName

attributes

TreeSet attributes

Class torero.model.SymbolMap implements Serializable

Serialized Fields

symbols

HashMap symbols

epsilon

Epsilon epsilon

Class torero.model.Token implements Serializable

Serialized Fields

fieldWord

String fieldWord

precLevel

int precLevel

assocType

String assocType

tokenNumber

int tokenNumber

Class torero.model.Traversal implements Serializable

Serialized Fields

keeper

AttributeMap keeper

travspecifier

int travspecifier


Package torero.model.exceptions

Class torero.model.exceptions.AssignException implements Serializable

Class torero.model.exceptions.AssignLoopException implements Serializable

Class torero.model.exceptions.AssignmentIncompatibleException implements Serializable

Class torero.model.exceptions.AttributeNameException implements Serializable

Class torero.model.exceptions.ModelException implements Serializable

Class torero.model.exceptions.SymbolNameException implements Serializable


Package torero.util

Class torero.util.OneToManyMap implements Serializable

Serialized Fields

Object2List

HashMap Object2List

size

int size