public class ParseParticle extends Expression
Modifier and Type | Field and Description |
---|---|
protected CharsRegExp |
collector
Generated by umod; model author's documentation MISSING.
|
static Function<ParseParticle,CharsRegExp> |
get_collector
Deprecated.
Use new '::' method reference instead.
|
static Function<ParseParticle,String> |
get_ident
Deprecated.
Use new '::' method reference instead.
|
static Function<ParseParticle,Expression> |
get_on
Deprecated.
Use new '::' method reference instead.
|
protected String |
ident
Generated by umod; model author's documentation MISSING.
|
protected Expression |
on
Generated by umod; model author's documentation MISSING.
|
canProduceEpsilon, EMPTY, firsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, NONE, PCDATA, weakfirsts
get_location, location
format
Constructor and Description |
---|
ParseParticle(Location<XMLDocumentIdentifier> location,
String ident,
Expression on)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
ParseParticle(String ident,
Expression on)
Synthetic minimal constructor provided by the umod compiler.
|
Modifier and Type | Method and Description |
---|---|
ParseParticle |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing, as specified in the umod source.
|
CharsRegExp |
get_collector()
Generated by umod; model author's documentation MISSING.
|
String |
get_ident()
Generated by umod; model author's documentation MISSING.
|
Expression |
get_on()
Generated by umod; model author's documentation MISSING.
|
static String |
getFormatHint()
Delivers the format specification from the umod source.
|
ParseParticle |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
boolean |
set_collector(CharsRegExp val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_ident(String val)
Generated by umod; model author's documentation MISSING.
|
boolean |
set_on(Expression val)
Generated by umod; model author's documentation MISSING.
|
String |
toString() |
descend_firsts, descend_weakfirsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, set_canProduceEpsilon, set_firsts, set_weakfirsts
get_location, set_location
protected String ident
get_ident()
,
set_ident(java.lang.String)
@Deprecated public static final Function<ParseParticle,String> get_ident
protected Expression on
Expression
(never null)@Deprecated public static final Function<ParseParticle,Expression> get_on
protected CharsRegExp collector
CharsRegExp
(maybe null)@Deprecated public static final Function<ParseParticle,CharsRegExp> get_collector
public ParseParticle(Location<XMLDocumentIdentifier> location, String ident, Expression on)
location
- is copied to field Expr0.location
ident
- is copied to field ident
on
- is copied to field on
public ParseParticle(String ident, Expression on)
public ParseParticle doclone()
Cloneable
is known to
be implemented.doclone
in class Expression
public static String getFormatHint()
'[' ident, on']'
public Format format()
format
in interface Formattable
format
in class Expression
public ParseParticle initFrom(Object o0)
initFrom
in class Expression
public String get_ident()
public boolean set_ident(String val)
val
- the new value of type java.lang.String(never null)ident
public Expression get_on()
Expression
(never
null)public boolean set_on(Expression val)
val
- the new value of type Expression
(never null)on
public CharsRegExp get_collector()
CharsRegExp
(maybe
null)public boolean set_collector(CharsRegExp val)
val
- the new value of type CharsRegExp
(maybe null)collector
see also the complete user documentation .