Enhanced C#
Loyc library documentation
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Pages
Loyc.Syntax.LNodeFactory Member List

This is the complete list of members for Loyc.Syntax.LNodeFactory, including all inherited members.

AltList() (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
AltList(params LNode[] contents) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
AltList(LNodeList contents, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
AltList(IEnumerable< LNode > contents, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Assign(Symbol lhs, LNode rhs, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Assign(LNode lhs, LNode rhs, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Attr(LNode attr, LNode node) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Attr(params LNode[] attrsAndNode) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Braces(params LNode[] contents) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Braces(LNodeList contents, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Braces(LNode[] contents, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Braces(IEnumerable< LNode > contents, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Braces(Token openBrace, LNodeList contents, Token closeBrace, NodeStyle style=NodeStyle.StatementBlock) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(LNode target, IEnumerable< LNode > args, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(LNode target, LNodeList args, int startIndex=-1, int endIndex=-1, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(LNode target, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(LNode target, LNode _1, int startIndex=-1, int endIndex=-1, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(LNode target, LNode _1, LNode _2, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(LNode target, LNode _1, LNode _2, LNode _3, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(LNode target, LNode _1, LNode _2, LNode _3, LNode _4, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(LNode target, params LNode[] list) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(LNode target, LNode[] list, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(Symbol target, IEnumerable< LNode > args, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(Symbol target, LNodeList args, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(Symbol target, LNodeList args, int startIndex, int endIndex, int targetStart, int targetEnd, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(Symbol target, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(Symbol target, LNode _1, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(Symbol target, LNode _1, LNode _2, int startIndex=-1, int endIndex=-1, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(Symbol target, LNode _1, LNode _2, LNode _3, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(Symbol target, LNode _1, LNode _2, LNode _3, LNode _4, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(Symbol target, int startIndex, int endIndex, int targetStart, int targetEnd, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(Symbol target, LNode _1, int startIndex, int endIndex, int targetStart, int targetEnd, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(Symbol target, LNode _1, LNode _2, int startIndex, int endIndex, int targetStart, int targetEnd, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(Symbol target, params LNode[] args) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(Symbol target, LNode[] args, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(string target, IEnumerable< LNode > args, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(string target, LNodeList args, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(string target, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(string target, LNode _1, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(string target, LNode _1, LNode _2, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(string target, LNode _1, LNode _2, LNode _3, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(string target, LNode _1, LNode _2, LNode _3, LNode _4, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(string target, params LNode[] args) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(string target, LNode[] args, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(Token target, IEnumerable< LNode > args, int startIndex=-1, int endIndex=-1, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(Token target, LNodeList args, int startIndex=-1, int endIndex=-1, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(Token target, int startIndex=-1, int endIndex=-1, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(Token target, LNode _1, int startIndex=-1, int endIndex=-1, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Call(Token target, LNode _1, LNode _2, int startIndex=-1, int endIndex=-1, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
CallBrackets(Symbol opName, Token lhs, LNodeList args, Token rhs, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
CallInfixOp(LNode lhs, Token target, LNode rhs, Symbol?opName=null, NodeStyle style=NodeStyle.Operator) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
CallInfixOp(LNode lhs, Symbol target, IndexRange targetRange, LNode rhs, NodeStyle style=NodeStyle.Operator) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
CallInfixOp(LNode lhs, Token target, LNode middle, LNode rhs, Symbol?opName=null, NodeStyle style=NodeStyle.Operator) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
CallInfixOp(LNode lhs, Symbol target, IndexRange targetRange, LNode middle, LNode rhs, NodeStyle style=NodeStyle.Operator) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
CallPrefix(Token target, LNode rhs, IndexRange closingBracket, Symbol?opName=null, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
CallPrefix(Token target, LNodeList args, IndexRange closingBracket, Symbol?opName=null, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
CallPrefix(LNode target, LNodeList args, IndexRange closingBracket, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
CallPrefix(Symbol target, IndexRange targetRange, LNodeList args, IndexRange closingBracket, NodeStyle style=NodeStyle.Operator) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
CallPrefixOp(Token target, LNode rhs, Symbol?opName=null, NodeStyle style=NodeStyle.Operator) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
CallPrefixOp(Token target, LNodeList args, Symbol?opName=null, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
CallPrefixOp(Symbol target, IndexRange targetRange, LNode rhs, NodeStyle style=NodeStyle.Operator) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
CallPrefixOp(Symbol target, IndexRange targetRange, LNodeList args, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
CallPrefixOp(LNode target, LNode rhs, NodeStyle style=NodeStyle.Operator) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
CallPrefixOp(LNode target, LNodeList args, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
CallSuffixOp(LNode lhs, Token target, Symbol?opName=null, NodeStyle style=NodeStyle.Operator) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
CallSuffixOp(LNode lhs, Symbol target, IndexRange targetRange, NodeStyle style=NodeStyle.Operator) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
Dot(Symbol prefix, Symbol symbol) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Dot(params string[] symbols) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Dot(params Symbol[] symbols) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Dot(params LNode[] parts) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Dot(LNode prefix, Symbol symbol, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Dot(LNode prefix, LNode symbol, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Dot(LNode prefix, LNode symbol, int startIndex, int endIndex, int dotStart, int dotEnd, NodeStyle style=NodeStyle.Default) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Dot(LNode lhs, IndexRange dotRange, LNode rhs, NodeStyle style=NodeStyle.Operator) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
ErrorSinkLoyc.Syntax.LNodeFactory
false (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
File (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
Fn(LNode retType, Symbol name, LNode argList, LNode?body=null, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Fn(LNode retType, LNode name, LNode argList, LNode?body=null, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Id(string name, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Id(Symbol name, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Id(Symbol name, Token t) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Id(Token t) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
InParens(LNode inner) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
InParens(LNode inner, int startIndex, int endIndex) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
InParens(IndexRange leftParen, LNode inner, IndexRange rightParen) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
int_0 (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
int_1 (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
IsIdNamed(S.TriviaNewline)) return node (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
List() (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
List(params LNode[] contents) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
List(LNodeList contents, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
List(IEnumerable< LNode > contents, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
Literal(object value, string typeMarker, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
Literal(object value, Symbol typeMarker, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Literal(Token t)Loyc.Syntax.LNodeFactory
Literal(Token t, ILiteralParser parser)Loyc.Syntax.LNodeFactoryinline
Literal< V >(V value, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
LiteralFromValueOf(Token t)Loyc.Syntax.LNodeFactoryinline
LNodeFactory() (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
LNodeFactory(ISourceFile file, IMessageSink?sink=null) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Missing (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
Missing_ (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactorystatic
NamedArg(string name, LNode arg, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
NamedArg(Symbol name, LNode arg, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
NamedArg(LNode name, LNode arg) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
null (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
Of(params Symbol[] list) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Of(params LNode[] list) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Of(LNode stem, LNode T1, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Of(Symbol stem, LNode T1, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Of(LNode stem, IEnumerable< LNode > typeParams, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Of(Symbol stem, IEnumerable< LNode > typeParams, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Property(LNode type, LNode name, LNode?body=null, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Property(LNode type, LNode name, LNode?argList, LNode?body, LNode?initializer=null, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Result(LNode expr) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Splice() (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Splice(params LNode[] contents) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Splice(LNode[] contents, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Splice(LNodeList contents, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Splice(IEnumerable< LNode > contents, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
string_empty (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
Trivia(string suffix, object value)Loyc.Syntax.LNodeFactoryinline
Trivia(Symbol name, object value, int startIndex=-1, int endIndex=-1)Loyc.Syntax.LNodeFactoryinline
true (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory
Tuple() (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Tuple(params LNode[] contents) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Tuple(LNode[] contents, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Tuple(LNodeList contents, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Tuple(IEnumerable< LNode > contents, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
UninterpretedLiteral(Token t)Loyc.Syntax.LNodeFactoryinline
Var(LNode type, string name, LNode?initValue=null, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Var(LNode type, Symbol name, LNode?initValue=null, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Var(LNode type, LNode name, LNode?initValue=null, int startIndex=-1, int endIndex=-1) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Var(LNode type, LNode name) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Vars(LNode type, params Symbol[] names) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
Vars(LNode type, params LNode[] namesWithValues) (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactoryinline
void (defined in Loyc.Syntax.LNodeFactory)Loyc.Syntax.LNodeFactory