Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
T
target
- Variable in class orc.ast.extended.
Dot
target(Var, Expression)
- Method in class orc.ast.extended.pattern.
PatternVisitor
terminate()
- Method in class orc.runtime.
OrcEngine
Terminate execution.
that
- Variable in class orc.runtime.sites.java.
ObjectProxy.Delegate
ThreadedObjectProxy
- Class in
orc.runtime.sites.java
Objects whose methods should always be called in new threads.
ThreadedObjectProxy(Object)
- Constructor for class orc.runtime.sites.java.
ThreadedObjectProxy
ThreadedPartialSite
- Class in
orc.runtime.sites
Abstract class for partial sites whose calls may block (the Java thread).
ThreadedPartialSite()
- Constructor for class orc.runtime.sites.
ThreadedPartialSite
ThreadedSite
- Class in
orc.runtime.sites
Abstract class for sites whose calls may block (the Java thread).
ThreadedSite()
- Constructor for class orc.runtime.sites.
ThreadedSite
ThreadSite
- Class in
orc.lib.util
Wrap a site call in a (pooled) thread.
ThreadSite()
- Constructor for class orc.lib.util.
ThreadSite
Token
- Class in
orc.runtime
Representation of an active thread of execution.
Token(Node, Env<Object>, Token, GroupCell, Region, Object, OrcEngine)
- Constructor for class orc.runtime.
Token
Token(Node, Env<Object>, Execution)
- Constructor for class orc.runtime.
Token
tokenError(Token, TokenException)
- Method in class orc.runtime.
OrcEngine
A token owned by this engine has encountered an exception.
TokenException
- Exception in
orc.error.runtime
A localized failure at runtime.
TokenException(String)
- Constructor for exception orc.error.runtime.
TokenException
TokenException(String, Throwable)
- Constructor for exception orc.error.runtime.
TokenException
toString()
- Method in class orc.ast.extended.
Call
toString()
- Method in class orc.ast.extended.
ConsExpr
toString()
- Method in class orc.ast.extended.declaration.
ClassDeclaration
toString()
- Method in class orc.ast.extended.declaration.
Definition
toString()
- Method in class orc.ast.extended.declaration.
DefsDeclaration
toString()
- Method in class orc.ast.extended.declaration.
SiteDeclaration
toString()
- Method in class orc.ast.extended.declaration.
ValDeclaration
toString()
- Method in class orc.ast.extended.
Declare
toString()
- Method in class orc.ast.extended.
Dot
toString()
- Method in class orc.ast.extended.
Field
toString()
- Method in class orc.ast.extended.
Lambda
toString()
- Method in class orc.ast.extended.
Let
toString()
- Method in class orc.ast.extended.
ListExpr
toString()
- Method in class orc.ast.extended.
Literal
toString()
- Method in class orc.ast.extended.
Name
toString()
- Method in class orc.ast.extended.
NilExpr
toString()
- Method in class orc.ast.extended.
Parallel
toString()
- Method in class orc.ast.extended.pattern.
AsPattern
toString()
- Method in class orc.ast.extended.pattern.
CallPattern
toString()
- Method in class orc.ast.extended.pattern.
ConsPattern
toString()
- Method in class orc.ast.extended.pattern.
ListPattern
toString()
- Method in class orc.ast.extended.pattern.
LiteralPattern
toString()
- Method in class orc.ast.extended.pattern.
NilPattern
toString()
- Method in class orc.ast.extended.pattern.
PublishPattern
toString()
- Method in class orc.ast.extended.pattern.
TuplePattern
toString()
- Method in class orc.ast.extended.pattern.
VariablePattern
toString()
- Method in class orc.ast.extended.pattern.
WildcardPattern
toString()
- Method in class orc.ast.extended.
Semi
toString()
- Method in class orc.ast.extended.
Sequential
toString()
- Method in class orc.ast.extended.
Silent
toString()
- Method in class orc.ast.extended.
Tuple
toString()
- Method in class orc.ast.extended.
Where
toString()
- Method in class orc.ast.oil.arg.
Constant
toString()
- Method in class orc.ast.oil.arg.
Field
toString()
- Method in class orc.ast.oil.arg.
Site
toString()
- Method in class orc.ast.oil.arg.
Var
toString()
- Method in class orc.ast.oil.
Bar
toString()
- Method in class orc.ast.oil.
Call
toString()
- Method in class orc.ast.oil.
Def
toString()
- Method in class orc.ast.oil.
Defs
toString()
- Method in class orc.ast.oil.
Pull
toString()
- Method in class orc.ast.oil.
Push
toString()
- Method in class orc.ast.oil.
Semi
toString()
- Method in class orc.ast.oil.
Silent
toString()
- Method in class orc.ast.simple.arg.
Constant
toString()
- Method in class orc.ast.simple.arg.
Field
toString()
- Method in class orc.ast.simple.arg.
NamedVar
toString()
- Method in class orc.error.
SourceLocation
toString()
- Method in class orc.runtime.values.
ConsValue
toString()
- Method in class orc.runtime.values.
Field
toString()
- Method in class orc.runtime.values.
NilValue
toString()
- Method in class orc.runtime.values.
TupleValue
TRYCONS
- Static variable in class orc.ast.extended.pattern.
Pattern
trycons(Argument)
- Static method in class orc.ast.extended.pattern.
Pattern
Constructs an expression which will try to deconstruct an argument as if it were a list.
TRYCONS
- Static variable in class orc.ast.sites.
Site
TryCons
- Class in
orc.runtime.sites.core
TryCons()
- Constructor for class orc.runtime.sites.core.
TryCons
TRYNIL
- Static variable in class orc.ast.extended.pattern.
Pattern
trynil(Argument)
- Static method in class orc.ast.extended.pattern.
Pattern
Constructs an expression which tests whether the argument s can be treated as an empty list (nil).
TRYNIL
- Static variable in class orc.ast.sites.
Site
TryNil
- Class in
orc.runtime.sites.core
TryNil()
- Constructor for class orc.runtime.sites.core.
TryNil
TRYNONE
- Static variable in class orc.ast.extended.pattern.
Pattern
trysize(Argument, int)
- Static method in class orc.ast.extended.pattern.
Pattern
Construct an expression to determine whether the argument s may be viewed as a tuple of size n.
TRYSOME
- Static variable in class orc.ast.extended.pattern.
Pattern
Tuple
- Class in
orc.ast.extended
Tuple(List<Expression>)
- Constructor for class orc.ast.extended.
Tuple
TuplePattern
- Class in
orc.ast.extended.pattern
TuplePattern(List<Pattern>)
- Constructor for class orc.ast.extended.pattern.
TuplePattern
TupleValue
- Class in
orc.runtime.values
A tuple value container
TupleValue()
- Constructor for class orc.runtime.values.
TupleValue
TupleValue(Object)
- Constructor for class orc.runtime.values.
TupleValue
TupleValue(Object, Object)
- Constructor for class orc.runtime.values.
TupleValue
TupleValue(List<Object>)
- Constructor for class orc.runtime.values.
TupleValue
TupleValue(Object[])
- Constructor for class orc.runtime.values.
TupleValue
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W