Package orc.ast.oil.xml

JAXB implementation classes for the Orc Intermediate Language XML binding.

See:
          Description

Class Summary
Argument Arguments to sites and expressions.
Atomic  
Bar  
Call  
Constant  
Definition FIXME: should include type info
Definitions  
Expression  
Field  
Isolated The "isolated" keyword.
Marshaller Convert an Orc OIL expression into a representation which can be directly serialized into XML by JAXB.
Oil  
Pull  
Push  
Semicolon  
Silent  
Site  
Variable  
WithLocation  
 

Package orc.ast.oil.xml Description

JAXB implementation classes for the Orc Intermediate Language XML binding. These classes exactly mirror the structure of the XML, unlike the OIL classes in orc.ast.oil which are designed around the needs of the implementation.

To convert between orc.ast.oil.Expr and orc.orchard.oil.Expression, use the methods orc.ast.oil.Expr.marshal() and orc.orchard.oil.Expression.unmarshal().

When you change any of these files, make sure to recompile with Build "Clean", so that the JAX-WS stuff can rebuild.

See Also:
orc.orchard.soap, orc.ast.oil