C# Class LSLib.LS.Story.RuleNode

Inheritance: RelNode
Afficher le fichier Open project: Norbyte/lslib Class Usage Examples

Méthodes publiques

Свойство Type Description
Calls List
DerivedGoalId System.UInt32
IsQuery bool
Line System.UInt32
Variables List

Méthodes publiques

Méthode Description
DebugDump ( TextWriter writer, Story story ) : void
GetRoot ( Story story ) : Node
GetRuleType ( Story story ) : RuleType
MakeInitialTuple ( ) : Tuple
MakeScript ( TextWriter writer, Story story, Tuple tuple ) : void
NodeType ( ) : Type
Read ( OsiReader reader ) : void
TypeName ( ) : string
Write ( OsiWriter writer ) : void

Method Details

DebugDump() public méthode

public DebugDump ( TextWriter writer, Story story ) : void
writer System.IO.TextWriter
story Story
Résultat void

GetRoot() public méthode

public GetRoot ( Story story ) : Node
story Story
Résultat Node

GetRuleType() public méthode

public GetRuleType ( Story story ) : RuleType
story Story
Résultat RuleType

MakeInitialTuple() public méthode

public MakeInitialTuple ( ) : Tuple
Résultat Tuple

MakeScript() public méthode

public MakeScript ( TextWriter writer, Story story, Tuple tuple ) : void
writer System.IO.TextWriter
story Story
tuple Tuple
Résultat void

NodeType() public méthode

public NodeType ( ) : Type
Résultat System.Type

Read() public méthode

public Read ( OsiReader reader ) : void
reader OsiReader
Résultat void

TypeName() public méthode

public TypeName ( ) : string
Résultat string

Write() public méthode

public Write ( OsiWriter writer ) : void
writer OsiWriter
Résultat void

Property Details

Calls public_oe property

public List Calls
Résultat List

DerivedGoalId public_oe property

public UInt32,System DerivedGoalId
Résultat System.UInt32

IsQuery public_oe property

public bool IsQuery
Résultat bool

Line public_oe property

public UInt32,System Line
Résultat System.UInt32

Variables public_oe property

public List Variables
Résultat List