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

Mostra file Open project: boogie-org/boogie-partners Class Usage Examples

Public Properties

Property 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

Public Methods

Method Description
Symbol ( int typ, string name, int line ) : System

Method Details

Symbol() public method

public Symbol ( int typ, string name, int line ) : System
typ int
name string
line int
return System

Property Details

attrPos public_oe property

public Position,at.jku.ssw.Coco attrPos
return Position

deletable public_oe property

public bool deletable
return bool

first public_oe property

public BitArray,System.Collections first
return System.Collections.BitArray

firstReady public_oe property

public bool firstReady
return bool

follow public_oe property

public BitArray,System.Collections follow
return System.Collections.BitArray

graph public_oe property

public Node,at.jku.ssw.Coco graph
return Node

line public_oe property

public int line
return int

n public_oe property

public int n
return int

name public_oe property

public string name
return string

nts public_oe property

public BitArray,System.Collections nts
return System.Collections.BitArray

semPos public_oe property

public Position,at.jku.ssw.Coco semPos
return Position

tokenKind public_oe property

public int tokenKind
return int

typ public_oe property

public int typ
return int