public class TokenContentSpec extends ContentSpec
mArity
Constructor and Description |
---|
TokenContentSpec(char arity,
PrefixedName elemName) |
Modifier and Type | Method and Description |
---|---|
static TokenContentSpec |
construct(char arity,
PrefixedName elemName) |
static TokenContentSpec |
getDummySpec() |
PrefixedName |
getName() |
StructValidator |
getSimpleValidator()
Method called by input element stack to get validator for
this content specification, if this specification is simple
enough not to need full DFA-based validator.
|
boolean |
isLeaf() |
ModelNode |
rewrite()
Method called as the first part of DFA construction, if necessary;
will usually create simpler
ModelNode instances that will
match definition this instance contains. |
String |
toString() |
getArity, setArity
public TokenContentSpec(char arity, PrefixedName elemName)
public static TokenContentSpec construct(char arity, PrefixedName elemName)
public static TokenContentSpec getDummySpec()
public boolean isLeaf()
isLeaf
in class ContentSpec
public PrefixedName getName()
public StructValidator getSimpleValidator()
ContentSpec
getSimpleValidator
in class ContentSpec
public ModelNode rewrite()
ContentSpec
ModelNode
instances that will
match definition this instance contains.rewrite
in class ContentSpec
Copyright © 2018 FasterXML. All rights reserved.