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

Afficher le fichier Open project: boogie-org/boogie-partners Class Usage Examples

Méthodes publiques

Свойство Type Description
attrPos Position
deletable bool
first System.Collections.BitArray
firstReady bool
follow System.Collections.BitArray
graph Node
line int
n int
name string
nts System.Collections.BitArray
semPos Position
tokenKind int
typ int

Méthodes publiques

Méthode Description
Symbol ( int typ, string name, int line ) : System

Method Details

Symbol() public méthode

public Symbol ( int typ, string name, int line ) : System
typ int
name string
line int
Résultat System

Property Details

attrPos public_oe property

public Position,at.jku.ssw.Coco attrPos
Résultat Position

deletable public_oe property

public bool deletable
Résultat bool

first public_oe property

public BitArray,System.Collections first
Résultat System.Collections.BitArray

firstReady public_oe property

public bool firstReady
Résultat bool

follow public_oe property

public BitArray,System.Collections follow
Résultat System.Collections.BitArray

graph public_oe property

public Node,at.jku.ssw.Coco graph
Résultat Node

line public_oe property

public int line
Résultat int

n public_oe property

public int n
Résultat int

name public_oe property

public string name
Résultat string

nts public_oe property

public BitArray,System.Collections nts
Résultat System.Collections.BitArray

semPos public_oe property

public Position,at.jku.ssw.Coco semPos
Résultat Position

tokenKind public_oe property

public int tokenKind
Résultat int

typ public_oe property

public int typ
Résultat int