Terraria v1.4.4.9
Terraria source code documentation
|
Public Member Functions | |
LeafRangeNode (decimal min, decimal max) | |
LeafRangeNode (int pos, decimal min, decimal max) | |
override void | ExpandTree (InteriorNode parent, SymbolsDictionary symbols, Positions positions) |
override void | ConstructPos (BitSet firstpos, BitSet lastpos, BitSet[] followpos) |
Properties | |
decimal | Max [get] |
decimal | Min [get] |
BitSet | NextIteration [get, set] |
override bool | IsRangeNode [get] |
int | Pos [get, set] |
override bool | IsNullable [get] |
Private Attributes | |
decimal | _min |
readonly decimal | _max |
BitSet | _nextIteration |
int | _pos |
Definition at line 3 of file LeafRangeNode.cs.