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

O

ObjectProxy - Class in orc.runtime.sites.java
A Java object being used as an Orc Site.
ObjectProxy(Object) - Constructor for class orc.runtime.sites.java.ObjectProxy
 
Oil - Class in orc.orchard.oil
 
Oil() - Constructor for class orc.orchard.oil.Oil
 
Oil(String, Expression) - Constructor for class orc.orchard.oil.Oil
 
OilSecurityValidator - Class in orc.orchard
Check an OIL expression for security violations.
OilSecurityValidator() - Constructor for class orc.orchard.OilSecurityValidator
 
OilSecurityValidator.SecurityProblem - Class in orc.orchard
 
OilSecurityValidator.SecurityProblem(String, SourceLocation) - Constructor for class orc.orchard.OilSecurityValidator.SecurityProblem
 
onFinish(Job.FinishListener) - Method in class orc.orchard.Job
Register a listener to be called when the job finishes.
onNoMoreJobs() - Method in class orc.orchard.Account
 
op_expr() - Method in class orc.parser.OrcParser
 
opbind(Expression, Var, Expression) - Static method in class orc.ast.extended.pattern.Pattern
Create an expression computing a monadic bind for options.
openInclude(String) - Static method in class orc.Orc
Open an include file.
operation - Variable in class org.jvnet.jax_ws_commons.json.schema.JsonOperation
This JSON operation is modeled after this WSDL operation.
Option - Class in orc.orchard.oil
Rather than using two different classes for NoneValue and SomeValue, we assume use null to represent NoneValue, and Constant(null) to represent a null SomeValue.
Option() - Constructor for class orc.orchard.oil.Option
 
Option(Value) - Constructor for class orc.orchard.oil.Option
 
OptionValue - Class in orc.runtime.values
 
OptionValue() - Constructor for class orc.runtime.values.OptionValue
 
Or - Class in orc.lib.bool
 
Or() - Constructor for class orc.lib.bool.Or
 
OR - Static variable in interface orc.parser.OrcParserTokenTypes
 
ORC - Static variable in class orc.ast.sites.Site
 
Orc - Class in orc
Main class for Orc.
Orc() - Constructor for class orc.Orc
 
orc.ast - package orc.ast
Compile-time representation of Orc code.
orc.ast.extended - package orc.ast.extended
Desugared AST which is very close to the source form.
orc.ast.extended.declaration - package orc.ast.extended.declaration
 
orc.ast.extended.pattern - package orc.ast.extended.pattern
 
orc.ast.oil - package orc.ast.oil
Internal representation of OIL, the Orc Intermediate Language.
orc.ast.oil.arg - package orc.ast.oil.arg
 
orc.ast.simple - package orc.ast.simple
Desugared AST which is close to the final format (OIL) but includes named variables.
orc.ast.simple.arg - package orc.ast.simple.arg
 
orc.ast.sites - package orc.ast.sites
Compile-time representation of Orc sites.
orc.env - package orc.env
A lexical context which supports both offset- and name-based lookup.
orc.error - package orc.error
Orc-specific throwables.
orc.inc.prelude - package orc.inc.prelude
Minimal include files for Orc programs.
orc.lib.bool - package orc.lib.bool
 
orc.lib.comp - package orc.lib.comp
 
orc.lib.math - package orc.lib.math
 
orc.lib.music_calendar - package orc.lib.music_calendar
 
orc.lib.net - package orc.lib.net
Sites for internet communication.
orc.lib.orchard - package orc.lib.orchard
 
orc.lib.state - package orc.lib.state
 
orc.lib.str - package orc.lib.str
 
orc.lib.time - package orc.lib.time
 
orc.lib.util - package orc.lib.util
 
orc.orchard - package orc.orchard
Orchard is the service-oriented implementation of Orc.
orc.orchard.api - package orc.orchard.api
 
orc.orchard.errors - package orc.orchard.errors
 
orc.orchard.java - package orc.orchard.java
 
orc.orchard.oil - package orc.orchard.oil
JAXB implementation classes for the Orc Intermediate Language XML binding.
orc.orchard.rmi - package orc.orchard.rmi
RMI bindings for Orchard services.
orc.orchard.soap - package orc.orchard.soap
JAX-WS bindings for Orchard services.
orc.parser - package orc.parser
The Orc parser.
orc.runtime - package orc.runtime
Runtime for Orc interpreter.
orc.runtime.nodes - package orc.runtime.nodes
Runtime execution DAG.
orc.runtime.nodes.result - package orc.runtime.nodes.result
These nodes make up the leaves of the DAG.
orc.runtime.regions - package orc.runtime.regions
Regions are used to track when some (sub-)computation terminates.
orc.runtime.sites - package orc.runtime.sites
Abstract base classes for Orc sites plus fundamental sites.
orc.runtime.sites.core - package orc.runtime.sites.core
Fundamental sites.
orc.runtime.sites.java - package orc.runtime.sites.java
Wrappers which enable using Java objects and classes as Orc sites.
orc.runtime.values - package orc.runtime.values
 
OrcEngine - Class in orc.runtime
The Orc Engine provides the main loop for executing active tokens.
OrcEngine() - Constructor for class orc.runtime.OrcEngine
 
OrcError - Error in orc.error
Error conditions that should never occur.
OrcError(String) - Constructor for error orc.error.OrcError
 
OrcException - Exception in orc.error
Any exception generated by Orc, during compilation, loading, or execution.
OrcException(String) - Constructor for exception orc.error.OrcException
 
OrcException(String, Throwable) - Constructor for exception orc.error.OrcException
 
OrcInstance - Class in orc
 
OrcInstance(OrcEngine, Node, Env, BlockingQueue<Value>) - Constructor for class orc.OrcInstance
 
OrcLexer - Class in orc.parser
 
OrcLexer(InputStream) - Constructor for class orc.parser.OrcLexer
 
OrcLexer(Reader) - Constructor for class orc.parser.OrcLexer
 
OrcLexer(InputBuffer) - Constructor for class orc.parser.OrcLexer
 
OrcLexer(LexerSharedInputState) - Constructor for class orc.parser.OrcLexer
 
OrcParser - Class in orc.parser
 
OrcParser(TokenBuffer, int) - Constructor for class orc.parser.OrcParser
 
OrcParser(TokenBuffer) - Constructor for class orc.parser.OrcParser
 
OrcParser(TokenStream, int) - Constructor for class orc.parser.OrcParser
 
OrcParser(TokenStream) - Constructor for class orc.parser.OrcParser
 
OrcParser(ParserSharedInputState) - Constructor for class orc.parser.OrcParser
 
OrcParserTokenTypes - Interface in orc.parser
 
OrcSite - Class in orc.ast.sites
 
OrcSite(URI) - Constructor for class orc.ast.sites.OrcSite
 
org.jvnet.jax_ws_commons.json - package org.jvnet.jax_ws_commons.json
This package contains source code derived from the 1.2 release of the JAX-WS JSON binding, found at https://jax-ws-commons.dev.java.net/json/
org.jvnet.jax_ws_commons.json.schema - package org.jvnet.jax_ws_commons.json.schema
 
output - Variable in class org.jvnet.jax_ws_commons.json.schema.JsonOperation
 

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