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, weakfirsts
get_location, location
format
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_weakfirsts
get_location, set_location
protected 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.location
left
- is copied to field left
right
- is copied to field right
public CharBinary(Expression left, Expression right)
public CharBinary doclone()
Cloneable
is known to
be implemented.public Format format()
format
in interface Formattable
format
in class CharExpr
public 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)left
public Expression get_right()
Expression
(never
null)public CharBinary with_right(Expression val)
val
- the new value of type Expression
(never null)right
see also the complete user documentation .