public abstract class CharBinary extends CharExpr
| Modifier and Type | Field and Description |
|---|---|
static Function<CharBinary,Expression> |
get_left
Deprecated.
Use new '::' method reference instead.
|
static Function<CharBinary,Expression> |
get_right
Deprecated.
Use new '::' method reference instead.
|
protected Expression |
left
Generated by umod; model author's documentation MISSING.
|
protected Expression |
right
Generated by umod; model author's documentation MISSING.
|
canProduceEpsilon, EMPTY, firsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, NONE, PCDATA, weakfirstsget_location, locationformat| Constructor and Description |
|---|
CharBinary(Expression left,
Expression right)
Synthetic minimal constructor provided by the umod compiler.
|
CharBinary(Location<XMLDocumentIdentifier> location,
Expression left,
Expression right)
Constructor generated according to specification #0
Constructor defined according to directive "C 0/..". |
| Modifier and Type | Method and Description |
|---|---|
CharBinary |
doclone()
Clones this object.
|
Format |
format()
Delivers a format object for pretty-printing by inheritance from some ancestor class.
|
Expression |
get_left()
Generated by umod; model author's documentation MISSING.
|
Expression |
get_right()
Generated by umod; model author's documentation MISSING.
|
CharBinary |
initFrom(Object o0)
Copies values of all common fields from the argument.
|
CharBinary |
with_left(Expression val)
Generated by umod; model author's documentation MISSING.
|
CharBinary |
with_right(Expression val)
Generated by umod; model author's documentation MISSING.
|
descend_firsts, descend_weakfirsts, get_canProduceEpsilon, get_firsts, get_weakfirsts, set_canProduceEpsilon, set_firsts, set_weakfirstsget_location, set_locationprotected Expression left
Expression(never null)@Deprecated public static final Function<CharBinary,Expression> get_left
protected Expression right
Expression(never null)@Deprecated public static final Function<CharBinary,Expression> get_right
public CharBinary(Location<XMLDocumentIdentifier> location, Expression left, Expression right)
location - is copied to field Expr0.locationleft - is copied to field leftright - is copied to field rightpublic CharBinary(Expression left, Expression right)
public CharBinary doclone()
Cloneable is known to
be implemented.public Format format()
format in interface Formattableformat in class CharExprpublic CharBinary initFrom(Object o0)
public Expression get_left()
Expression(never
null)public CharBinary with_left(Expression val)
val - the new value of type Expression(never null)leftpublic Expression get_right()
Expression(never
null)public CharBinary with_right(Expression val)
val - the new value of type Expression(never null)rightsee also the complete user documentation .