A B C D E F G H I J K L M N O P Q R S T U V W X _

L

Lambda - Class in orc.ast.extended
 
Lambda(List<Pattern>, Expression) - Constructor for class orc.ast.extended.Lambda
 
lambda_expr() - Method in class orc.parser.OrcParser
 
LANGLE - Static variable in interface orc.parser.OrcParserTokenTypes
 
LBRACE - Static variable in interface orc.parser.OrcParserTokenTypes
 
LBRACKET - Static variable in interface orc.parser.OrcParserTokenTypes
 
leave(Bar) - Method in class orc.ast.oil.Walker
 
leave(Call) - Method in class orc.ast.oil.Walker
 
leave(Def) - Method in class orc.ast.oil.Walker
 
leave(Defs) - Method in class orc.ast.oil.Walker
 
leave(Null) - Method in class orc.ast.oil.Walker
 
leave(Pull) - Method in class orc.ast.oil.Walker
 
leave(Push) - Method in class orc.ast.oil.Walker
 
leave(Semi) - Method in class orc.ast.oil.Walker
 
leave(Constant) - Method in class orc.ast.oil.Walker
 
leave(Field) - Method in class orc.ast.oil.Walker
 
leave(Site) - Method in class orc.ast.oil.Walker
 
leave(Var) - Method in class orc.ast.oil.Walker
 
left - Variable in class orc.ast.extended.Parallel
 
left - Variable in class orc.ast.extended.Semi
 
left - Variable in class orc.ast.extended.Sequential
 
left - Variable in class orc.ast.extended.Where
 
left - Variable in class orc.ast.oil.Bar
 
left - Variable in class orc.ast.oil.Pull
 
left - Variable in class orc.ast.oil.Push
 
left - Variable in class orc.ast.oil.Semi
 
left - Variable in class orc.orchard.oil.Bar
 
left - Variable in class orc.orchard.oil.Pull
 
left - Variable in class orc.orchard.oil.Push
 
left - Variable in class orc.orchard.oil.Semicolon
 
Leq - Class in orc.lib.comp
 
Leq() - Constructor for class orc.lib.comp.Leq
 
Less - Class in orc.lib.comp
 
Less() - Constructor for class orc.lib.comp.Less
 
Let - Class in orc.ast.extended
 
Let(Expression) - Constructor for class orc.ast.extended.Let
 
Let(List<Expression>) - Constructor for class orc.ast.extended.Let
 
Let - Class in orc.ast.simple
 
Let(List<Argument>) - Constructor for class orc.ast.simple.Let
 
Let(Argument) - Constructor for class orc.ast.simple.Let
 
Let() - Constructor for class orc.ast.simple.Let
 
LET - Static variable in class orc.ast.sites.Site
 
Let - Class in orc.runtime.nodes
 
Let(Arg, Node) - Constructor for class orc.runtime.nodes.Let
 
Let - Class in orc.runtime.sites.core
Implements the built-in "let" site
Let() - Constructor for class orc.runtime.sites.core.Let
 
lift(List<Expression>) - Static method in class orc.ast.extended.pattern.Pattern
Lifted application of a site to a list of optional arguments.
line - Variable in class orc.error.SourceLocation
 
line - Variable in class orc.orchard.PrintlnEvent
The newline terminator is implicit, so that the client can use whatever newlines are appropriate for their environment.
List - Class in orc.orchard.oil
 
List() - Constructor for class orc.orchard.oil.List
 
List(Value[]) - Constructor for class orc.orchard.oil.List
 
list_expr() - Method in class orc.parser.OrcParser
 
list_pattern() - Method in class orc.parser.OrcParser
 
listCompositeTypes(Set<CompositeJsonType>) - Method in class org.jvnet.jax_ws_commons.json.schema.ArrayJsonType
 
listCompositeTypes(Set<CompositeJsonType>) - Method in class org.jvnet.jax_ws_commons.json.schema.CompositeJsonType
 
listCompositeTypes(Set<CompositeJsonType>) - Method in class org.jvnet.jax_ws_commons.json.schema.JsonType
List up all the CompositeJsonTypes reachable from this type.
ListExpr - Class in orc.ast.extended
 
ListExpr(List<Expression>) - Constructor for class orc.ast.extended.ListExpr
 
ListPattern - Class in orc.ast.extended.pattern
 
ListPattern(List<Pattern>) - Constructor for class orc.ast.extended.pattern.ListPattern
 
ListValue - Class in orc.runtime.values
Common ancestor for ConsValue and NilValue.
ListValue() - Constructor for class orc.runtime.values.ListValue
 
Literal - Class in orc.ast.extended
 
Literal(Object) - Constructor for class orc.ast.extended.Literal
 
literal() - Method in class orc.parser.OrcParser
 
LITERAL_as - Static variable in interface orc.parser.OrcParserTokenTypes
 
LITERAL_class - Static variable in interface orc.parser.OrcParserTokenTypes
 
LITERAL_def - Static variable in interface orc.parser.OrcParserTokenTypes
 
LITERAL_include - Static variable in interface orc.parser.OrcParserTokenTypes
 
LITERAL_lambda - Static variable in interface orc.parser.OrcParserTokenTypes
 
LITERAL_null - Static variable in interface orc.parser.OrcParserTokenTypes
 
LITERAL_site - Static variable in interface orc.parser.OrcParserTokenTypes
 
LITERAL_val - Static variable in interface orc.parser.OrcParserTokenTypes
 
LiteralPattern - Class in orc.ast.extended.pattern
 
LiteralPattern(Literal) - Constructor for class orc.ast.extended.pattern.LiteralPattern
 
LoadingException - Exception in orc.error
Exceptions generated while creating an execution graph from a portable representation, in preparation for execution.
LoadingException(String) - Constructor for exception orc.error.LoadingException
 
Localhost - Class in orc.lib.net
 
Localhost() - Constructor for class orc.lib.net.Localhost
 
Locatable - Interface in orc.error
Interface representing entities whose source location can be assigned, not just observed.
location - Variable in class orc.ast.extended.Call
 
location - Variable in class orc.ast.simple.Call
 
location - Variable in class orc.ast.sites.JavaSite
 
location - Variable in class orc.ast.sites.OrcSite
 
location - Variable in class orc.orchard.oil.Site
 
location - Variable in class orc.orchard.TokenErrorEvent
 
logger - Variable in class orc.orchard.AbstractCompilerService
 
logger - Variable in class orc.orchard.AbstractExecutorService
 
LogicalClock - Class in orc.runtime
An event queue for site calls to a logical timer (created by MakeTimer).
LogicalClock() - Constructor for class orc.runtime.LogicalClock
 
longArg(int) - Method in class orc.runtime.Args
Helper function for longs
lookup(int) - Method in class orc.env.Env
Lookup a variable in the environment Currently uses a linear search.
lookup(Arg) - Method in class orc.runtime.Token
Lookup a variable in the environment
LPAREN - Static variable in interface orc.parser.OrcParserTokenTypes
 
LT - Static variable in interface orc.parser.OrcParserTokenTypes
 
LTE - Static variable in interface orc.parser.OrcParserTokenTypes
 

A B C D E F G H I J K L M N O P Q R S T U V W X _