nitc :: AOrElseExpr
or else
expressionnitc :: AOrElseExpr :: defaultinit
nitc :: AOrElseExpr :: init_aorelseexpr
nitc $ AOrElseExpr :: SELF
Type of this instance, automatically specialized in every classnitc :: flow $ AOrElseExpr :: accept_flow_visitor
nitc :: typing $ AOrElseExpr :: accept_post_typing
nitc :: pretty $ AOrElseExpr :: accept_pretty_printer
Start visit ofself
using a PrettyPrinterVisitor
nitc :: typing $ AOrElseExpr :: accept_typing
nitc :: abstract_compiler $ AOrElseExpr :: expr
Try to compile self as an expressionnitc :: java_compiler $ AOrElseExpr :: expr
Try to compile self as an expressionnitc :: naive_interpreter $ AOrElseExpr :: expr
Evaluate the node as a possible expression.nitc :: ssa $ AOrElseExpr :: generate_basic_blocks
Generate recursively basic block for this expressionnitc :: pretty $ AOrElseExpr :: is_inlinable
Isself
printable in one line?
nitc :: parser_prod $ AOrElseExpr :: n_expr2=
The second boolean operandnitc :: parser_prod $ AOrElseExpr :: n_expr=
The first boolean operandnitc :: parser_prod $ AOrElseExpr :: replace_child
Replace a child with an other node in the ASTnitc :: parser_prod $ AOrElseExpr :: visit_all
Visit all nodes in order.nitc :: AExpr :: _after_flow_context
The flow after the full evaluation of the expression/statementnitc :: AExpr :: _comprehension
Is non-null ifself
is a leaf of a comprehension array construction.
nitc :: Prod :: _first_location
Location on the first token after the start of a productionnitc :: Prod :: _first_token
The first token of the production in the ASTnitc :: AExpr :: _implicit_cast_to
If required, the following implicit cast.as(XXX)
nitc :: ANode :: _is_broken
The indication that the node did not pass some semantic verifications.nitc :: Prod :: _last_token
The last token of the production in the ASTnitc :: Prod :: _n_annotations
All the annotations attached directly to the nodenitc :: AExpr :: _vararg_decl
It indicates the number of arguments collected as a vararg.nitc :: AExpr :: _variable_cache
nitc :: ANode :: accept_ast_validation
nitc :: ANode :: accept_auto_super_init
nitc :: AExpr :: accept_explain_assert
Fillv
to explain this node if the parent assert fails
nitc :: ANode :: accept_flow_visitor
nitc :: ANode :: accept_forward_analysis
Apply the forward analysisv
to self
.
nitc :: ANode :: accept_literal
nitc :: ANode :: accept_post_typing
nitc :: ANode :: accept_pretty_printer
Start visit ofself
using a PrettyPrinterVisitor
nitc :: ANode :: accept_reaching_defs
Apply a ReachingDefsAnalysis toself
.
nitc :: ANode :: accept_regex_visitor
nitc :: ANode :: accept_scope_visitor
nitc :: ANode :: accept_simple_misc
nitc :: ANode :: accept_string_finder
nitc :: AExpr :: accept_typing
nitc :: AExpr :: after_flow_context
The flow after the full evaluation of the expression/statementnitc :: AExpr :: after_flow_context=
The flow after the full evaluation of the expression/statementnitc :: ANode :: after_simple_misc
nitc :: AExpr :: allocate_mtype
Make themtype
of the expression live
nitc :: ANode :: bad_expr_message
An additional information message to explain the role of a child expression.nitc :: ANode :: check_callsite
core :: Object :: class_factory
Implementation used byget_class
to create the specific class.
nitc :: ANode :: collect_annotations_by_name
Do a deep search and return an array of node that are annotatednitc :: Prod :: collect_comments
Collect allTComment
contained in the production
nitc :: ANode :: collect_length
Collect the length (inChar
) of the node.
nitc :: ANode :: collect_tokens_by_text
Do a deep search and return an array of tokens that match a given textnitc :: ANode :: common_parent
The most specific common parent betweenself
and other
nitc :: AExpr :: comprehension
Is non-null ifself
is a leaf of a comprehension array construction.
nitc :: AExpr :: comprehension=
Is non-null ifself
is a leaf of a comprehension array construction.
nitc :: ANode :: create_contracts
nitc :: ANode :: decorate_tag
Add aditionnal information on a child-token and return an additionnal HInfoBox on itcore :: Cloneable :: defaultinit
nitc :: AOrElseExpr :: defaultinit
nitc :: AExpr :: defaultinit
nitc :: ABoolExpr :: defaultinit
nitc :: Prod :: defaultinit
nitc :: ABinBoolExpr :: defaultinit
nitc :: ANode :: defaultinit
core :: Object :: defaultinit
nitc :: AExpr :: detach_with_placeholder
Thedetach
method completely remove the node in the parent.
nitc :: ANode :: do_cloneable
nitc :: Prod :: first_location
Location on the first token after the start of a productionnitc :: Prod :: first_location=
Location on the first token after the start of a productionnitc :: Prod :: first_token
The first token of the production in the ASTnitc :: Prod :: first_token=
The first token of the production in the ASTnitc :: ANode :: force_block=
Forceself
to be rendered as a block.
nitc :: ANode :: force_inline=
Forceself
to be rendered as a line.
nitc :: ANode :: full_transform_visitor
nitc :: AExpr :: generate_basic_blocks
Generate recursively basic block for this expressionnitc :: Prod :: get_annotations
Return all its annotations of a given name in the order of their declarationnitc :: Prod :: get_single_annotation
Try to get its single annotation with a given namenitc :: ANode :: hot_location
The location of the important part of the node (identifier or whatever)nitc :: AExpr :: implicit_cast_to
If required, the following implicit cast.as(XXX)
nitc :: AExpr :: implicit_cast_to=
If required, the following implicit cast.as(XXX)
nitc :: AOrElseExpr :: init_aorelseexpr
nitc :: ANode :: is_broken=
The indication that the node did not pass some semantic verifications.nitc :: ANode :: is_noserialize
Is this node annotated to not be made serializable?core :: Object :: is_same_instance
Return true ifself
and other
are the same instance (i.e. same identity).
core :: Object :: is_same_serialized
Isself
the same as other
in a serialization context?
core :: Object :: is_same_type
Return true ifself
and other
have the same dynamic type.
nitc :: ANode :: is_serialize
Is this node annotated to be made serializable?nitc :: ANode :: is_structural
Isself
a token or a pure-structural production like AQId
?
nitc :: Prod :: last_token
The last token of the production in the ASTnitc :: Prod :: last_token=
The last token of the production in the ASTnitc :: AExpr :: make_var_read
Return a new variable read that contains the value of the expressionnitc :: ANode :: must_be_block
Doesself
have to be rendered as a block?
nitc :: ANode :: must_be_inline
Doesself
have be rendered as a line?
nitc :: Prod :: n_annotations
All the annotations attached directly to the nodenitc :: Prod :: n_annotations=
All the annotations attached directly to the nodecore :: Object :: native_class_name
The class name of the object in CString format.core :: Object :: output_class_name
Display class name on stdout (debug only).nitc :: ANode :: parentize_tokens
Visit the AST and computes advanced AST attributes on Tokens and Prodnitc :: ANode :: replace_child
Replace a child with an other node in the ASTnitc :: ANode :: replace_with
Replace itself with an other node in the ASTnitc :: Prod :: start_token
The token where the production really start (skipping ADoc).nitc :: AExpr :: vararg_decl
It indicates the number of arguments collected as a vararg.nitc :: AExpr :: vararg_decl=
It indicates the number of arguments collected as a vararg.nitc :: AExpr :: variable_cache
nitc :: AExpr :: variable_cache=
nitc :: AExpr :: warn_parentheses
Warn in case of superfluous parenthesesnitc :: ANode :: was_inline
Doesself
was written in one line before transformation?
# A `or else` expression
class AOrElseExpr
super ABinBoolExpr
# The `else` keyword
var n_kwelse: TKwelse is writable, noinit
end
src/parser/parser_nodes.nit:2191,1--2197,3
redef class AOrElseExpr
init init_aorelseexpr (
n_expr: nullable AExpr,
n_op: nullable TKwor,
n_kwelse: nullable TKwelse,
n_expr2: nullable AExpr
)
do
_n_expr = n_expr.as(not null)
n_expr.parent = self
_n_op = n_op.as(not null)
n_op.parent = self
_n_kwelse = n_kwelse.as(not null)
n_kwelse.parent = self
_n_expr2 = n_expr2.as(not null)
n_expr2.parent = self
end
redef fun replace_child(old_child: ANode, new_child: nullable ANode)
do
if _n_expr == old_child then
n_expr = new_child.as(AExpr)
return
end
if _n_op == old_child then
n_op = new_child.as(TKwor)
return
end
if _n_kwelse == old_child then
n_kwelse = new_child.as(TKwelse)
return
end
if _n_expr2 == old_child then
n_expr2 = new_child.as(AExpr)
return
end
end
redef fun n_expr=(node)
do
_n_expr = node
node.parent = self
end
redef fun n_op=(node)
do
_n_op = node
node.parent = self
end
redef fun n_kwelse=(node)
do
_n_kwelse = node
node.parent = self
end
redef fun n_expr2=(node)
do
_n_expr2 = node
node.parent = self
end
redef fun visit_all(v: Visitor)
do
v.enter_visit(_n_expr)
v.enter_visit(_n_op)
v.enter_visit(_n_kwelse)
v.enter_visit(_n_expr2)
end
end
src/parser/parser_prod.nit:3799,1--3866,3
redef class AOrElseExpr
redef fun accept_flow_visitor(v)
do
super
end
end
src/semantize/flow.nit:533,1--538,3
redef class AOrElseExpr
redef fun accept_typing(v)
do
var t1 = v.visit_expr(n_expr)
var t2 = v.visit_expr(n_expr2)
if t1 == null or t2 == null then
return # Skip error
end
if t1 isa MNullType then
self.mtype = t2
return
else if v.can_be_null(t1) then
t1 = t1.as_notnull
end
var t = v.merge_types(self, [t1, t2])
if t == null then
var c = v.get_mclass(self, "Object")
if c == null then return # forward error
t = c.mclass_type
if v.can_be_null(t2) then
t = t.as_nullable
end
#v.error(self, "Type Error: ambiguous type {t1} vs {t2}")
end
self.mtype = t
end
redef fun accept_post_typing(v)
do
var t1 = n_expr.mtype
if t1 == null then
return
else
v.check_can_be_null(n_expr, t1)
end
end
end
src/semantize/typing.nit:1537,1--1576,3
redef class AOrElseExpr
redef fun generate_basic_blocks(ssa, old_block)
do
self.n_expr.generate_basic_blocks(ssa, old_block)
return self.n_expr2.generate_basic_blocks(ssa, old_block)
end
end
src/ssa.nit:756,1--762,3
redef class AOrElseExpr
redef fun expr(v)
do
var res = v.new_var(self.mtype.as(not null))
var i1 = v.expr(self.n_expr, null)
if not v.maybe_null(i1) then return i1
v.add("if ({i1}!=NULL) \{")
v.assign(res, i1)
v.add("\} else \{")
var i2 = v.expr(self.n_expr2, null)
v.assign(res, i2)
v.add("\}")
return res
end
end
src/compiler/abstract_compiler.nit:4089,1--4105,3
redef class AOrElseExpr
redef fun expr(v)
do
var res = v.new_var(self.mtype.as(not null))
var i1 = v.expr(self.n_expr, null)
v.add("if ({i1} != null && !{i1}.is_null()) \{")
v.assign(res, i1)
v.add("\} else \{")
var i2 = v.expr(self.n_expr2, null)
v.assign(res, i2)
v.add("\}")
return res
end
end
src/compiler/java_compiler.nit:2182,1--2195,3