C# Class SolarixGrammarEngineNET.SyntaxTreeNode

Afficher le fichier Open project: Koziev/GrammarEngine Class Usage Examples

Méthodes publiques

Свойство Type Description
hNode System.IntPtr
leafs List

Méthodes publiques

Méthode Description
Contains ( CoordPair p ) : bool
Equals ( object obj ) : bool
GetCoordState ( int CoordID ) : int
GetEntryID ( ) : int
GetHashCode ( ) : int
GetLinkType ( int LeafIndex ) : int
GetPairs ( ) : List
GetVersionEntryID ( int version_index ) : int
GetWord ( ) : string
GetWordPosition ( ) : int
SyntaxTreeNode ( GrammarEngine2 _gren, IntPtr _hNode ) : System
ToString ( ) : string
VersionContains ( int version_index, CoordPair p ) : bool
VersionCount ( ) : int

Method Details

Contains() public méthode

public Contains ( CoordPair p ) : bool
p CoordPair
Résultat bool

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetCoordState() public méthode

public GetCoordState ( int CoordID ) : int
CoordID int
Résultat int

GetEntryID() public méthode

public GetEntryID ( ) : int
Résultat int

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetLinkType() public méthode

public GetLinkType ( int LeafIndex ) : int
LeafIndex int
Résultat int

GetPairs() public méthode

public GetPairs ( ) : List
Résultat List

GetVersionEntryID() public méthode

public GetVersionEntryID ( int version_index ) : int
version_index int
Résultat int

GetWord() public méthode

public GetWord ( ) : string
Résultat string

GetWordPosition() public méthode

public GetWordPosition ( ) : int
Résultat int

SyntaxTreeNode() public méthode

public SyntaxTreeNode ( GrammarEngine2 _gren, IntPtr _hNode ) : System
_gren GrammarEngine2
_hNode System.IntPtr
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

VersionContains() public méthode

public VersionContains ( int version_index, CoordPair p ) : bool
version_index int
p CoordPair
Résultat bool

VersionCount() public méthode

public VersionCount ( ) : int
Résultat int

Property Details

hNode public_oe property

public IntPtr,System hNode
Résultat System.IntPtr

leafs public_oe property

public List leafs
Résultat List