public class Properties
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CONSUMER
The consumer property.
|
static java.lang.String |
COST
The cost property.
|
static java.lang.String |
DUPLICATES
The duplicates property.
|
static java.lang.String |
EMPTY
The empty property.
|
static java.lang.String |
FORMATTING
The formatting property.
|
static java.lang.String |
GENERIC
The generic property.
|
static java.lang.String |
GENERIC_NODE
The generic node value.
|
static java.lang.String |
GENERIC_RECURSION
The generic recursion value.
|
static java.lang.String |
LEXICAL
The lexical property.
|
static java.lang.String |
LOCATABLE
The locatable property.
|
static java.lang.String |
META_DATA
The meta-data property.
|
static java.lang.String |
OPTION
The option property.
|
static java.lang.String |
RECURSIVE
The recursive property.
|
static java.lang.String |
REDACTED
The redacted property.
|
static java.lang.String |
REPEATED
The repeated property.
|
static java.lang.String |
RESTRICT
The restrict property.
|
static java.lang.String |
ROOT
The root property.
|
static java.lang.String |
SPLIT
The split property.
|
static java.lang.String |
TEXT_ONLY
The text-only property.
|
static java.lang.String |
TOKEN
The token property.
|
static java.lang.String |
TRANSFORMABLE
The transformable property.
|
static java.lang.String |
VOIDED
The voided property.
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<java.lang.String> |
getDuplicates(Production p)
Get the value of the duplicates property.
|
static java.util.List<Binding> |
getFormatting(Sequence s)
Get the value of the formatting property.
|
public static final java.lang.String CONSUMER
public static final java.lang.String COST
public static final java.lang.String DUPLICATES
public static final java.lang.String EMPTY
public static final java.lang.String GENERIC
GENERIC_NODE value indicating that the production's
semantic value is a generic node with the component values as its
children or a GENERIC_RECURSION value indicating that
the production's value is the result of a left-recursive
production. When associated with a grammar, it has boolean value
indicating whether the grammar contains generic nodes.public static final java.lang.String GENERIC_NODE
public static final java.lang.String GENERIC_RECURSION
public static final java.lang.String FORMATTING
public static final java.lang.String LEXICAL
public static final java.lang.String LOCATABLE
public static final java.lang.String META_DATA
MetaData value containing a production's meta-data.public static final java.lang.String OPTION
public static final java.lang.String RECURSIVE
public static final java.lang.String REDACTED
public static final java.lang.String REPEATED
public static final java.lang.String RESTRICT
public static final java.lang.String ROOT
public static final java.lang.String SPLIT
Annotator.IndexPair value, and indicates how to split the
sequence.public static final java.lang.String TEXT_ONLY
public static final java.lang.String TOKEN
public static final java.lang.String TRANSFORMABLE
public static final java.lang.String VOIDED
public static java.util.List<java.lang.String> getDuplicates(Production p)
p - The production.Copyright © 2014. All Rights Reserved.