Package | Description |
---|---|
gnu.kawa.lispexpr |
Support classes for compiling and running Lisp languages.
|
gnu.kawa.reflect |
Contains classes to use reflection.
|
gnu.kawa.xml |
Classes for using XML within Kawa.
|
Modifier and Type | Class and Description |
---|---|
class |
GenArrayType
Type of multi-dimensional arrays.
|
class |
LangObjType
A wrapper around a class type.
|
class |
LangPrimType
Use to implement some special types that convert differently.
|
class |
SeqSizeType
This matches a sequences of a specific length.
|
Modifier and Type | Class and Description |
---|---|
class |
MappedArrayType
An array type where elements are copied from a sequence.
|
class |
MultValuesType |
class |
OccurrenceType
A type that matches some number of repetitions of a basetype.
|
Modifier and Type | Method and Description |
---|---|
static void |
InstanceOf.emitIsInstance(TypeValue type,
Variable incoming,
Compilation comp,
Target target) |
Modifier and Type | Class and Description |
---|---|
class |
AttributeType
Matches an attribute name pattern.
|
class |
ElementType |
class |
NodeSetType |
class |
NodeType
A SeqPosition used to represent a node in (usually) a TreeList.
|
class |
ProcessingInstructionType |
class |
XDataType
An atomic type as used in XML Schema and related languages.
|
class |
XIntegerType
A restriction (sub-range) of the integer type.
|
class |
XStringType |
class |
XTimeType |