Méthode | Description | |
---|---|---|
CreateCommaToken ( ) : Node | ||
CreateDotCommaToken ( ) : Node | ||
CreateEqualToken ( ) : Node | ||
CreateNewLineToken ( ) : Node | ||
CreateNumberToken ( float value ) : Node | ||
CreateSpaceToken ( ) : Node | ||
CreateVaryingToken ( ) : Node | ||
CreateVoidToken ( ) : Node | ||
FindChildOf ( Node node, string childName ) : Node | ||
FindChildOf ( Node node, string childName, int nth ) : Node | ||
FindChildrenOf ( Node node, string childNameTree ) : |
||
FindChildrenOf ( Node node, string childNameTree, int index ) : |
||
GetChildren ( Production parent ) : |
||
MovePreviousLineRelatedCommentToInsideANode ( Production nodeToSearch, int indexOfTheRelatedInstruction, Production nodeToPut ) : void | ||
MoveSameLineRelatedCommentToInsideANode ( Production nodeToSearch, int indexOfTheRelatedInstruction, Production nodeToPut ) : void | ||
SetParent ( Node child, Node toBeParent ) : void | ||
SwapChildrenPosition ( Production parent, Node node1, Node node2 ) : void |
public static CreateDotCommaToken ( ) : Node | ||
Résultat | Node |
public static CreateNewLineToken ( ) : Node | ||
Résultat | Node |
public static CreateNumberToken ( float value ) : Node | ||
value | float | |
Résultat | Node |
public static CreateVaryingToken ( ) : Node | ||
Résultat | Node |
public static FindChildOf ( Node node, string childName ) : Node | ||
node | Node | |
childName | string | |
Résultat | Node |
public static FindChildOf ( Node node, string childName, int nth ) : Node | ||
node | Node | |
childName | string | |
nth | int | |
Résultat | Node |
public static FindChildrenOf ( Node node, string childNameTree ) : |
||
node | Node | |
childNameTree | string | |
Résultat |
public static FindChildrenOf ( Node node, string childNameTree, int index ) : |
||
node | Node | |
childNameTree | string | |
index | int | |
Résultat |
public static GetChildren ( Production parent ) : |
||
parent | Production | |
Résultat |
public static MovePreviousLineRelatedCommentToInsideANode ( Production nodeToSearch, int indexOfTheRelatedInstruction, Production nodeToPut ) : void | ||
nodeToSearch | Production | |
indexOfTheRelatedInstruction | int | |
nodeToPut | Production | |
Résultat | void |
public static MoveSameLineRelatedCommentToInsideANode ( Production nodeToSearch, int indexOfTheRelatedInstruction, Production nodeToPut ) : void | ||
nodeToSearch | Production | |
indexOfTheRelatedInstruction | int | |
nodeToPut | Production | |
Résultat | void |
public static SetParent ( Node child, Node toBeParent ) : void | ||
child | Node | |
toBeParent | Node | |
Résultat | void |
public static SwapChildrenPosition ( Production parent, Node node1, Node node2 ) : void | ||
parent | Production | |
node1 | Node | |
node2 | Node | |
Résultat | void |