The Context class keeps information relative to the current state in code generation
Tree transformer that duplicates code and at the same time creates fresh symbols for existing labels.
Is current phase cancelled on this unit?
Is current phase cancelled on this unit?
If the selector type has a member with the right name, it is the host class; otherwise the symbol's owner.
Generate coercion denoted by "code"
Generate the "==" code for object references.
Generate the "==" code for object references. It is equivalent of if (l eq null) r eq null else l.equals(r);
left-hand side of the '=='
right-hand side of the '=='
current context
target context if the comparison yields true
target context if the comparison yields false
Generate the scala ## method.
Generate string concatenation.
Some useful equality helpers.
Is the given symbol a primitive operation?
Returns a list of trees that each should be concatenated, from left to right.
Returns a list of trees that each should be concatenated, from left to right. It turns a chained call like "a".+("b").+("c") into a list of arguments.
Does this tree have a try-catch block?
If the block consists of a single unconditional jump, prune it by replacing the instructions in the predecessor to jump directly to the JUMP target of the block.
(iCodePhase: StringAdd).self
(iCodePhase: StringFormat).self
(iCodePhase: ArrowAssoc[ICodePhase]).x
(Since version 2.10.0) Use leftOfArrow
instead
(iCodePhase: Ensuring[ICodePhase]).x
(Since version 2.10.0) Use resultOfEnsuring
instead