nitc :: AIntegerExpr
nitc :: AIntegerExpr :: _value
The value of the literal int once computed.nitc :: AIntegerExpr :: defaultinit
nitc :: AIntegerExpr :: value
The value of the literal int once computed.nitc :: AIntegerExpr :: value=
The value of the literal int once computed.nitc $ AIntegerExpr :: SELF
Type of this instance, automatically specialized in every classnitc :: literal $ AIntegerExpr :: accept_literal
nitc :: rapid_type_analysis $ AIntegerExpr :: accept_rapid_type_visitor
nitc :: typing $ AIntegerExpr :: accept_typing
nitc :: test_astbuilder $ AIntegerExpr :: do_cloneable
nitc :: abstract_compiler $ AIntegerExpr :: expr
Try to compile self as an expressionnitc :: naive_interpreter $ AIntegerExpr :: expr
Evaluate the node as a possible expression.nitc :: java_compiler $ AIntegerExpr :: expr
Try to compile self as an expressionnitc :: parser_prod $ AIntegerExpr :: n_annotations=
All the annotations attached directly to the nodenitc :: parser_prod $ AIntegerExpr :: n_integer=
The integer tokennitc :: parser_prod $ AIntegerExpr :: replace_child
Replace a child with an other node in the ASTnitc :: parser_prod $ AIntegerExpr :: 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 :: AIntegerExpr :: _value
The value of the literal int once computed.nitc :: 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 itnitc :: AIntegerExpr :: defaultinit
core :: Object :: defaultinit
nitc :: Prod :: defaultinit
core :: Cloneable :: defaultinit
nitc :: AExpr :: defaultinit
nitc :: ANode :: 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 :: 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 :: AIntegerExpr :: value
The value of the literal int once computed.nitc :: AIntegerExpr :: value=
The value of the literal int once computed.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?
# An integer literal
class AIntegerExpr
super AExpr
# The integer token
var n_integer: TInteger is writable, noinit
end
src/parser/parser_nodes.nit:2649,1--2655,3
redef class AIntegerExpr
init init_aintegerexpr (
n_integer: nullable TInteger,
n_annotations: nullable AAnnotations
)
do
_n_integer = n_integer.as(not null)
n_integer.parent = self
_n_annotations = n_annotations
if n_annotations != null then n_annotations.parent = self
end
redef fun replace_child(old_child: ANode, new_child: nullable ANode)
do
if _n_integer == old_child then
n_integer = new_child.as(TInteger)
return
end
if _n_annotations == old_child then
n_annotations = new_child.as(nullable AAnnotations)
return
end
end
redef fun n_integer=(node)
do
_n_integer = node
node.parent = self
end
redef fun n_annotations=(node)
do
_n_annotations = node
if node != null then node.parent = self
end
redef fun visit_all(v: Visitor)
do
v.enter_visit(_n_integer)
v.enter_visit(_n_annotations)
end
end
src/parser/parser_prod.nit:6591,1--6632,3
redef class AIntegerExpr
# The value of the literal int once computed.
var value: nullable Numeric
redef fun accept_literal(v) do
value = n_integer.text.to_num
if value == null then
v.toolcontext.error(hot_location, "Error: invalid literal `{n_integer.text}`")
end
end
end
src/literal.nit:77,1--87,3
redef class AIntegerExpr
redef fun accept_typing(v)
do
var mclass: nullable MClass = null
if value isa Byte then
mclass = v.get_mclass(self, "Byte")
else if value isa Int then
mclass = v.get_mclass(self, "Int")
else if value isa Int8 then
mclass = v.get_mclass(self, "Int8")
else if value isa Int16 then
mclass = v.get_mclass(self, "Int16")
else if value isa UInt16 then
mclass = v.get_mclass(self, "UInt16")
else if value isa Int32 then
mclass = v.get_mclass(self, "Int32")
else if value isa UInt32 then
mclass = v.get_mclass(self, "UInt32")
end
if mclass == null then return # Forward error
self.mtype = mclass.mclass_type
end
end
src/semantize/typing.nit:1592,1--1614,3
redef class AIntegerExpr
private init make(value: nullable Numeric, t: nullable MType)
do
_mtype = t
if t != null then self.is_typed = true
_value = value
_n_integer = new TInteger # dummy
end
redef fun clone: SELF
do
return new AIntegerExpr.make(value, mtype)
end
end
src/astbuilder.nit:529,1--543,3
redef class AIntegerExpr
redef fun accept_rapid_type_visitor(v)
do
allocate_mtype(v)
end
end
src/rapid_type_analysis.nit:555,1--560,3
redef class AIntegerExpr
redef fun expr(v)
do
if value isa Int then return v.int_instance(value.as(Int))
if value isa Byte then return v.byte_instance(value.as(Byte))
if value isa Int8 then return v.int8_instance(value.as(Int8))
if value isa Int16 then return v.int16_instance(value.as(Int16))
if value isa UInt16 then return v.uint16_instance(value.as(UInt16))
if value isa Int32 then return v.int32_instance(value.as(Int32))
if value isa UInt32 then return v.uint32_instance(value.as(UInt32))
return null
end
end
src/interpreter/naive_interpreter.nit:2032,1--2044,3
redef class AIntegerExpr
redef fun expr(v) do
if value isa Int then return v.int_instance(value.as(Int))
if value isa Byte then return v.byte_instance(value.as(Byte))
if value isa Int8 then return v.int8_instance(value.as(Int8))
if value isa Int16 then return v.int16_instance(value.as(Int16))
if value isa UInt16 then return v.uint16_instance(value.as(UInt16))
if value isa Int32 then return v.int32_instance(value.as(Int32))
if value isa UInt32 then return v.uint32_instance(value.as(UInt32))
# Should never happen
abort
end
end
src/compiler/abstract_compiler.nit:4107,1--4119,3
redef class AIntegerExpr
redef fun do_cloneable(v)
do
replace_clone
end
end
src/test_astbuilder.nit:85,1--90,3