Enhanced C#
Language of your choice: library documentation
|
This is the complete list of members for Loyc.Syntax.LNodeExt, including all inherited members.
ArgCount(this ILNode node) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
ArgNamed(this LNode self, Symbol name) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
Args(this ILNode node) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
AsList(this LNode block, Symbol listIdentifier) | Loyc.Syntax.LNodeExt | static |
AsLNode(this LNodeList list, Symbol listIdentifier) | Loyc.Syntax.LNodeExt | inlinestatic |
AttrCount(this ILNode node) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
AttrNamed(this LNode self, Symbol name) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
AttrNamed(this ILNode node, Symbol name) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
Attrs(this ILNode node) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
BaseStyle(this ILNode node) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
Calls(this ILNode node, Symbol name) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
GetCaptureIdentifier(LNode pattern, bool identifierRequired=true) | Loyc.Syntax.LNodeExt | inlinestatic |
GetTrailingTrivia(this LNode node) | Loyc.Syntax.LNodeExt | inlinestatic |
GetTrailingTrivia(this LNodeList attrs) | Loyc.Syntax.LNodeExt | inlinestatic |
GetTrailingTrivia(this ILNode node) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
GetTrivia(this LNode node) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
GetTrivia(this LNodeList attrs) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
HasAttrs(this ILNode node) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
HasPAttrs(this ILNode node) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
HasSpecialName(this ILNode node) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
IncludingAttributes(this LNodeList list, LNodeList attributes) | Loyc.Syntax.LNodeExt | inlinestatic |
IncludingTriviaFrom(this LNode node, LNode otherNode) | Loyc.Syntax.LNodeExt | inlinestatic |
IndexWithName(this LNodeList self, Symbol name, int resultIfNotFound=-1) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
InParens(this LNode node) | Loyc.Syntax.LNodeExt | inlinestatic |
InParens(this LNode node, SourceRange range) | Loyc.Syntax.LNodeExt | inlinestatic |
InParens(this LNode node, ISourceFile file, int startIndex, int endIndex) | Loyc.Syntax.LNodeExt | inlinestatic |
IsCall(this ILNode node) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
IsId(this ILNode node) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
IsIdNamed(this ILNode node, Symbol name) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
IsIdNamed(this ILNode node, string name) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
IsLiteral(this ILNode node) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
IsParenthesizedExpr(this LNode node) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
IsParenthesizedExpr(this ILNode node) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
IsTrivia(this ILNode node) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
MatchesPattern(this LNode candidate, LNode pattern, ref MMap< Symbol, LNode > captures, out LNodeList unmatchedAttrs) | Loyc.Syntax.LNodeExt | inlinestatic |
MatchesPattern(this LNode candidate, LNode pattern, out IDictionary< Symbol, LNode > captures, out LNodeList unmatchedAttrs) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
MatchesPattern(this LNode candidate, LNode pattern, out IDictionary< Symbol, LNode > captures) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
NodeNamed(this LNodeList self, Symbol name) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
NodeNamed(this NegListSlice< ILNode > self, Symbol name) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
PlusTrailingTrivia(this LNode node, LNodeList trivia) | Loyc.Syntax.LNodeExt | inlinestatic |
PlusTrailingTrivia(this LNode node, LNode trivia) | Loyc.Syntax.LNodeExt | inlinestatic |
PlusTrailingTrivia(this LNodeList attrs, LNodeList trivia) | Loyc.Syntax.LNodeExt | inlinestatic |
PlusTrailingTrivia(this LNodeList attrs, LNode trivia) | Loyc.Syntax.LNodeExt | inlinestatic |
RecursiveReplace(this LNodeList self, Func< LNode, LNodeList?> matcher, LNode.ReplaceOpt options=LNode.ReplaceOpt.Default) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
SpliceAdd(this WList< LNode > list, LNode node, Symbol listName=null) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
SpliceInsert(this WList< LNode > list, int index, LNode node, Symbol listName=null) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
ToFVList(this LNodeList list) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | static |
ToLNode(this ILNode node) | Loyc.Syntax.LNodeExt | inlinestatic |
ToLNodeList(this WList< LNode > list) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | static |
ToLNodeList(this VList< LNode > list) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | static |
ToVList(this LNodeList list) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | static |
ToWList(this LNodeList list) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | static |
Unsplice(this LNode node) | Loyc.Syntax.LNodeExt | inlinestatic |
Without(this LNodeList list, LNode node) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
WithoutAttr(this LNode self, LNode node) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
WithoutAttrNamed(this LNode self, Symbol name) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
WithoutAttrNamed(this LNode self, Symbol name, out LNode removedAttr) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
WithoutNodeNamed(this LNodeList a, Symbol name) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
WithoutNodeNamed(this LNodeList list, Symbol name, out LNode removedNode) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
WithoutOuterParens(this LNode self) | Loyc.Syntax.LNodeExt | inlinestatic |
WithoutTrailingTrivia(this LNodeList attrs) | Loyc.Syntax.LNodeExt | inlinestatic |
WithoutTrailingTrivia(this LNodeList attrs, out LNodeList trailingTrivia) | Loyc.Syntax.LNodeExt | inlinestatic |
WithSpliced(this LNodeList list, int index, LNode node, Symbol listName=null) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
WithSpliced(this LNodeList list, LNode node, Symbol listName=null) (defined in Loyc.Syntax.LNodeExt) | Loyc.Syntax.LNodeExt | inlinestatic |
WithTrailingTrivia(this LNode node, LNodeList trivia) | Loyc.Syntax.LNodeExt | inlinestatic |
WithTrailingTrivia(this LNodeList attrs, LNodeList trivia) | Loyc.Syntax.LNodeExt | inlinestatic |