- DATE - Static variable in class org.jamplate.impl.Address
-
An address used to store the date at the time of the execution.
- DC_EOL - Static variable in class org.jamplate.impl.Compilers
-
A compiler that compiles line separators.
- DC_EOL - Static variable in class org.jamplate.impl.Kind
-
The kind for line separators (\n
or \r
or \r\n
).
- DC_EOL - Static variable in class org.jamplate.impl.Parsers
-
A parser parsing line separators (\n
or \r
or \r\n
).
- DC_EOL_SUPPRESSED - Static variable in class org.jamplate.impl.Analyzers
-
An analyzer for suppressing line separators.
- DC_EOL_SUPPRESSED - Static variable in class org.jamplate.impl.Compilers
-
A compiler that compiles suppressed line separators.
- DC_EOL_SUPPRESSED - Static variable in class org.jamplate.impl.Kind
-
The kind for suppressed (do-not-print) line separators (\n
or \r
or
\r\n
).
- DC_ROT - Static variable in class org.jamplate.impl.Compilers
-
A compiler that compiles the root.
- DC_ROT - Static variable in class org.jamplate.impl.Kind
-
The kind for the root element.
- DEBUG - Static variable in class org.jamplate.impl.diagnostic.MessagePriority
-
The priority of a debug message.
- DEFINE - Static variable in class org.jamplate.impl.Address
-
An address used to allocate a json string containing the sequences to be replaced
and their replacement.
- Diagnostic - Interface in org.jamplate.diagnostic
-
An interface to store and print notes, warnings and errors to the console.
- diagnostic - Variable in class org.jamplate.impl.model.EnvironmentImpl
-
The diagnostic manager in this enlivenment.
- DiagnosticImpl - Class in org.jamplate.impl.diagnostic
-
A basic implementation of the interface
Diagnostic
.
- DiagnosticImpl() - Constructor for class org.jamplate.impl.diagnostic.DiagnosticImpl
-
- DIR - Static variable in class org.jamplate.impl.Address
-
An address used to allocate the current directory.
- Document - Interface in org.jamplate.model
-
An interface that abstracts the functionality required to deal with source-code files.
- document - Variable in exception org.jamplate.model.DocumentNotFoundException
-
The document that was not found.
- document() - Method in class org.jamplate.model.Tree
-
Get the document of this tree.
- DocumentNotFoundError - Error in org.jamplate.model
-
- DocumentNotFoundError(Throwable) - Constructor for error org.jamplate.model.DocumentNotFoundError
-
Constructs a new instance of DocumentNotFoundError with the specified cause.
- DocumentNotFoundException - Exception in org.jamplate.model
-
An exception that indicates that an attempt to read an unreadable document occurred.
- DocumentNotFoundException() - Constructor for exception org.jamplate.model.DocumentNotFoundException
-
Constructs an DocumentNotFoundException
with null
as its error
detail message.
- DocumentNotFoundException(String) - Constructor for exception org.jamplate.model.DocumentNotFoundException
-
Constructs an DocumentNotFoundException
with the specified detail message.
- DocumentNotFoundException(String, Throwable) - Constructor for exception org.jamplate.model.DocumentNotFoundException
-
Constructs an DocumentNotFoundException
with the specified detail message
and cause.
- DocumentNotFoundException(Throwable) - Constructor for exception org.jamplate.model.DocumentNotFoundException
-
Constructs an DocumentNotFoundException
with the specified cause and a
detail message of (cause==null ? null : cause.toString())
(which typically
contains the class and detail message of cause
).
- DocumentNotFoundException(Document) - Constructor for exception org.jamplate.model.DocumentNotFoundException
-
Construct a new DocumentNotFoundException
with the given document
as the document that was not found.
- DocumentNotFoundException(String, Document) - Constructor for exception org.jamplate.model.DocumentNotFoundException
-
Construct a new DocumentNotFoundException
with the given document
as the document that was not found and with the given message
.
- DocumentNotFoundException(String, Throwable, Document) - Constructor for exception org.jamplate.model.DocumentNotFoundException
-
Construct a new DocumentNotFoundException
with the given document
as the document that was not found and with the given message
and cause
.
- DocumentNotFoundException(Throwable, Document) - Constructor for exception org.jamplate.model.DocumentNotFoundException
-
Construct a new DocumentNotFoundException
with the given document
as the document that was not found and with the given cause
.
- Dominance - Enum in org.jamplate.model
-
An enumeration of how dominant a relation is over another relation.
- dominance() - Method in enum org.jamplate.model.Intersection
-
Returns how dominance this intersection over its opposite intersection.
- dominance() - Method in enum org.jamplate.model.Relation
-
Returns how dominant this direction over the opposite direction.
- dumpFrame() - Method in class org.jamplate.model.Memory
-
Dump the stack and the heap of the current frame to frame before it.