C# Class at.jku.ssw.Coco.Action

Afficher le fichier Open project: boogie-org/boogie-partners

Méthodes publiques

Свойство Type Description
next Action
sym int
target Target
tc int
typ int

Méthodes publiques

Méthode Description
Action ( int typ, int sym, int tc ) : System
AddTarget ( Target t ) : void
AddTargets ( Action a ) : void
ShiftWith ( CharSet s, Tab tab ) : void
Symbols ( Tab tab ) : CharSet

Method Details

Action() public méthode

public Action ( int typ, int sym, int tc ) : System
typ int
sym int
tc int
Résultat System

AddTarget() public méthode

public AddTarget ( Target t ) : void
t Target
Résultat void

AddTargets() public méthode

public AddTargets ( Action a ) : void
a Action
Résultat void

ShiftWith() public méthode

public ShiftWith ( CharSet s, Tab tab ) : void
s CharSet
tab Tab
Résultat void

Symbols() public méthode

public Symbols ( Tab tab ) : CharSet
tab Tab
Résultat CharSet

Property Details

next public_oe property

public Action next
Résultat Action

sym public_oe property

public int sym
Résultat int

target public_oe property

public Target,at.jku.ssw.Coco target
Résultat Target

tc public_oe property

public int tc
Résultat int

typ public_oe property

public int typ
Résultat int