- offer(Tree) - Method in class org.jamplate.model.Tree
-
Offer the given tree
to the structure of this tree.
- OfferParser - Class in org.jamplate.impl.parser
-
A parser that parses using another parser and combines the results into one tree then
return it.
- OfferParser(Parser) - Constructor for class org.jamplate.impl.parser.OfferParser
-
Construct a new parser that parses using the given parser
then offer the
results into one tree and return it.
- OP_ADD - Static variable in class org.jamplate.impl.Kind
-
The kind for the addition symbol.
- OP_ADD - Static variable in class org.jamplate.impl.Parsers
-
A parser that parses addition symbols.
- OP_DIV - Static variable in class org.jamplate.impl.Kind
-
The kind for the division symbol.
- OP_DIV - Static variable in class org.jamplate.impl.Parsers
-
A parser that parses division symbols.
- OP_EQL - Static variable in class org.jamplate.impl.Kind
-
The kind for the equating symbol.
- OP_EQL - Static variable in class org.jamplate.impl.Parsers
-
A parser that parses equal symbols.
- OP_LEQ - Static variable in class org.jamplate.impl.Kind
-
The kind for the less-than-or-equals (<=) operator.
- OP_LEQ - Static variable in class org.jamplate.impl.Parsers
-
A parser that parses less than or equals symbols.
- OP_LND - Static variable in class org.jamplate.impl.Kind
-
The kind for the logical and (&&) operator.
- OP_LND - Static variable in class org.jamplate.impl.Parsers
-
A parser that parses logical and symbols.
- OP_LOR - Static variable in class org.jamplate.impl.Kind
-
The kind for the logical-or (||) operator.
- OP_LOR - Static variable in class org.jamplate.impl.Parsers
-
A parser that parses logical or symbols.
- OP_LTN - Static variable in class org.jamplate.impl.Kind
-
The kind for the less-than symbol.
- OP_LTN - Static variable in class org.jamplate.impl.Parsers
-
A parser that parses less than symbols.
- OP_MEQ - Static variable in class org.jamplate.impl.Kind
-
The kind for the more-than-or-equals (>=) operator.
- OP_MEQ - Static variable in class org.jamplate.impl.Parsers
-
A parser that parses more than or equals symbols.
- OP_MOD - Static variable in class org.jamplate.impl.Kind
-
The kind for the modulo symbol.
- OP_MOD - Static variable in class org.jamplate.impl.Parsers
-
A parser that modulo symbols.
- OP_MTN - Static variable in class org.jamplate.impl.Kind
-
The kind for the more-than symbol.
- OP_MTN - Static variable in class org.jamplate.impl.Parsers
-
A parser that parses more than symbols.
- OP_MUL - Static variable in class org.jamplate.impl.Kind
-
The kind for the multiplication symbol.
- OP_MUL - Static variable in class org.jamplate.impl.Parsers
-
A parser that parses multiplication symbols.
- OP_NEG - Static variable in class org.jamplate.impl.Kind
-
The kind for the negation symbol.
- OP_NEG - Static variable in class org.jamplate.impl.Parsers
-
A parser that parses negation symbols.
- OP_NQL - Static variable in class org.jamplate.impl.Kind
-
The kind for the not-equals symbol.
- OP_NQL - Static variable in class org.jamplate.impl.Parsers
-
A parser that parses not-equals symbols.
- OP_SUB - Static variable in class org.jamplate.impl.Kind
-
The kind for the subtraction symbol.
- OP_SUB - Static variable in class org.jamplate.impl.Parsers
-
A parser that parses subtraction symbols.
- OPEN - Static variable in class org.jamplate.impl.Component
-
The key of the opening anchor component.
- openInputStream() - Method in class org.jamplate.impl.model.FileDocument
-
- openInputStream() - Method in class org.jamplate.impl.model.PseudoDocument
-
- openInputStream(Reference) - Method in interface org.jamplate.model.Document
-
Open a new input-stream that reads the content at the given reference
in
this document.
- openInputStream() - Method in interface org.jamplate.model.Document
-
Open a new input-stream that reads the content of this document.
- openReader() - Method in class org.jamplate.impl.model.FileDocument
-
- openReader() - Method in class org.jamplate.impl.model.PseudoDocument
-
- openReader(Reference) - Method in interface org.jamplate.model.Document
-
Open a new reader that reads the content at the given reference
in this
document.
- openReader() - Method in interface org.jamplate.model.Document
-
Open a new reader that reads the content of this document.
- opposite() - Method in enum org.jamplate.model.Dominance
-
Get the opposite dominance type of this dominance type.
- opposite() - Method in enum org.jamplate.model.Intersection
-
Get the opposite intersection of this intersection.
- opposite() - Method in enum org.jamplate.model.Relation
-
The opposite direction of this direction.
- optCompilation(Document) - Method in class org.jamplate.impl.model.EnvironmentImpl
-
- optCompilation(Document) - Method in interface org.jamplate.model.Environment
-
Return the compilation set to this environment with the given document
or
create a new compilation for the given document
, add it to this environment
and return it.
- org.jamplate.diagnostic - package org.jamplate.diagnostic
-
All about diagnostic.
- org.jamplate.impl - package org.jamplate.impl
-
Jamplate specific implementations.
- org.jamplate.impl.analyzer - package org.jamplate.impl.analyzer
-
A package containing implementations of the interface
Analyzer
.
- org.jamplate.impl.compiler - package org.jamplate.impl.compiler
-
A package containing implementations of the interface
Compiler
.
- org.jamplate.impl.diagnostic - package org.jamplate.impl.diagnostic
-
Default jamplate implementations for the package org.jamplate.diagnostic
.
- org.jamplate.impl.initializer - package org.jamplate.impl.initializer
-
A package containing implementations of the interface
Initializer
.
- org.jamplate.impl.instruction - package org.jamplate.impl.instruction
-
A package containing implementations of the interface
Instruction
.
- org.jamplate.impl.model - package org.jamplate.impl.model
-
A package containing implementations of the package org.jamplate.model
.
- org.jamplate.impl.parser - package org.jamplate.impl.parser
-
A package containing implementations of the interface
Parser
.
- org.jamplate.impl.processor - package org.jamplate.impl.processor
-
A package containing implementations of the interface
Processor
.
- org.jamplate.impl.util - package org.jamplate.impl.util
-
Common utilities.
- org.jamplate.model - package org.jamplate.model
-
A package that specifies that primary components of a processor that uses the
jamplate-style processing.
- org.jamplate.model.function - package org.jamplate.model.function
-
All about processors.
- OUTPUT - Static variable in class org.jamplate.impl.Address
-
An address used to store the output directory.
- OUTPUT - Static variable in class org.jamplate.impl.Meta
-
The key for the output directory.
- OZ_CLEAN - Static variable in class org.jamplate.impl.Processors
-
A processor that cleans unwanted trees.