public final class AstBuilder extends AbstractVisitor
| Modifier and Type | Method and Description |
|---|---|
static Module |
build(high.mackenzie.snowflake.ITreeNode root)
This method converts a parse-tree to an abstract-syntax-tree.
|
void |
visit_add_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_and_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_annotation_definition(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_annotation_list(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_annotation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_api_comment_line(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_api_comment(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_as_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_assert_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_assertion_echo_empty(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_assume_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_assumption_echo_empty(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_big_decimal_datum(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_big_integer_datum(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_boolean_datum(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_branch_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_break_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_byte_datum(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_call_method_expression(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_call_static_method_expression(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_char_datum(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_class_datum(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_concat_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_conditional_case(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_continue_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_delegate_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_design_definition(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_dispatch_expression(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_divide_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_do_until_trigger(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_do_while_trigger(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_double_datum(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_element(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_elements(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_enum_definition(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_equals_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_exception_definition(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_expression_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_float_datum(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_for_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_foreach_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_forever_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_formals(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_function_definition(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_functor_definition(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_get_field_expression(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_get_static_expression(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_goto_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_greater_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_greater_or_equals_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_identity_equals_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_identity_not_equals_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_if_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_implies_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_import_directive(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_instanceof_expression(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_int_datum(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_is_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_label(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_lambda_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_less_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_less_or_equals_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_let_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_list_comprehension_expression(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_list_expression(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_locals_expression(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_long_datum(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_marker_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_module_directive(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_module(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_modulo_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_multiply_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_name_id(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_name_of_anonymous_module(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_namespace_explicit(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_namespace_implicit(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_negate_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_new_expression(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_nop_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_not_equals_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_not_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_null_coalescing_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_null_datum(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_once_expression(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_or_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_p8(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_parameter(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_progn_expression(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_PS(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_recur_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_redo_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_regular_string_value(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_return_value_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_return_void_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_sequence_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_set_field_expression(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_set_static_expression(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_short_datum(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_static_owner_implicit(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_string_datum(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_struct_definition(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_subtract_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_ternary_conditional_expression(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_throw_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_try_catch_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_trycatch_handler(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_tuple_definition(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_type_namespace_explicit(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_type_namespace_implicit(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_type(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_until_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_val_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_var_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_variable_datum(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_variable(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_verbatim_string_value(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_when_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_while_statement(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visit_xor_operation(high.mackenzie.snowflake.ITreeNode $node)
{inheritDoc}
|
void |
visitUnknown(high.mackenzie.snowflake.ITreeNode node) |
visit_annotation_assignment_opt, visit_annotation_assignment, visit_annotation_type, visit_annotation_value, visit_annotation_values, visit_api_comment_text, visit_argument_list, visit_argument, visit_arguments, visit_assertion_echo_opt, visit_assertion_echo, visit_assumption_echo_opt, visit_assumption_echo, visit_big_decimal_value, visit_big_integer_value, visit_boolean_value, visit_byte_value, visit_char_value, visit_class_value, visit_COMMENT, visit_condition, visit_datum, visit_definition, visit_DIGIT, visit_DIGITS, visit_dimension, visit_dimensions, visit_do_statement, visit_do_until, visit_do_while, visit_double_value, visit_elif_case, visit_elif_cases_opt, visit_else_case_opt, visit_else_case, visit_enum_constant_list, visit_enum_constant, visit_ESCAPE_CHAR, visit_ESCAPE_SEQUENCE, visit_EXPONENT_OPT, visit_EXPONENT, visit_expression, visit_false, visit_filepath, visit_float_value, visit_for_body, visit_for_condition, visit_for_controller, visit_for_init, visit_for_modifier, visit_foreach_body, visit_foreach_controller, visit_foreach_iterator, visit_foreach_vardec, visit_ID, visit_if_case, visit_if_opt, visit_index, visit_instance_member_access, visit_int_value, visit_keyword_expression, visit_labels, visit_list_comprehension_body, visit_literal_char_value, visit_long_value, visit_module_member, visit_module_members, visit_module_name, visit_MULTI_LINE_COMMENT, visit_name_of_named_module, visit_name, visit_namespace, visit_nested_expression, visit_NEWLINE, visit_NON_NEWLINE, visit_NON_NEWLINES, visit_NON_QUOTE, visit_NON_QUOTES, visit_NON_TRIPLE_QUOTE, visit_NON_TRIPLE_QUOTES, visit_null_value, visit_numeric_char_value, visit_p1_operand, visit_p1_operation, visit_p1_operations, visit_p1, visit_p2_operand, visit_p2_operation, visit_p2_operations, visit_p2, visit_p3_operand, visit_p3_operation, visit_p3_operations, visit_p3, visit_p4_operand, visit_p4_operation, visit_p4_operations, visit_p4, visit_p5_operand, visit_p5_operation, visit_p5_operations, visit_p5, visit_p6_operand, visit_p6_operation, visit_p6_operations, visit_p6, visit_p7_operand, visit_p7_operation, visit_p7_operations, visit_p7, visit_p8_operand, visit_p8_operation, visit_p8_operations, visit_p9, visit_paren_condition, visit_paren_expression, visit_QUOTE, visit_return_type, visit_SEMICOLON, visit_short_value, visit_signature, visit_simple_name, visit_SINGLE_LINE_COMMENT, visit_SP, visit_statement, visit_statements, visit_static_member_access, visit_static_owner_explicit, visit_static_owner, visit_STRING_LITERAL_STYLE1, visit_STRING_LITERAL_STYLE2, visit_STRING_LITERAL, visit_string_value, visit_super_functor, visit_supers_list_cons, visit_supers_list_end, visit_supers_list, visit_supers_opt, visit_supers, visit_TRIPLE_QUOTE, visit_true, visit_trycatch_body, visit_trycatch_handlers, visit_trycatch_vardec, visit_type_name, visit_type_namespace, visit_WS, visitpublic static Module build(high.mackenzie.snowflake.ITreeNode root)
public void visitUnknown(high.mackenzie.snowflake.ITreeNode node)
visitUnknown in interface high.mackenzie.snowflake.ITreeNodeVisitorvisitUnknown in class AbstractVisitorpublic void visit_module(high.mackenzie.snowflake.ITreeNode $node)
visit_module in class AbstractVisitorpublic void visit_module_directive(high.mackenzie.snowflake.ITreeNode $node)
visit_module_directive in class AbstractVisitorpublic void visit_name_of_anonymous_module(high.mackenzie.snowflake.ITreeNode $node)
visit_name_of_anonymous_module in class AbstractVisitorpublic void visit_import_directive(high.mackenzie.snowflake.ITreeNode $node)
visit_import_directive in class AbstractVisitorpublic void visit_annotation_definition(high.mackenzie.snowflake.ITreeNode $node)
visit_annotation_definition in class AbstractVisitorpublic void visit_exception_definition(high.mackenzie.snowflake.ITreeNode $node)
visit_exception_definition in class AbstractVisitorpublic void visit_enum_definition(high.mackenzie.snowflake.ITreeNode $node)
visit_enum_definition in class AbstractVisitorpublic void visit_design_definition(high.mackenzie.snowflake.ITreeNode $node)
visit_design_definition in class AbstractVisitorpublic void visit_tuple_definition(high.mackenzie.snowflake.ITreeNode $node)
visit_tuple_definition in class AbstractVisitorpublic void visit_struct_definition(high.mackenzie.snowflake.ITreeNode $node)
visit_struct_definition in class AbstractVisitorpublic void visit_functor_definition(high.mackenzie.snowflake.ITreeNode $node)
visit_functor_definition in class AbstractVisitorpublic void visit_function_definition(high.mackenzie.snowflake.ITreeNode $node)
visit_function_definition in class AbstractVisitorpublic void visit_sequence_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_sequence_statement in class AbstractVisitorpublic void visit_expression_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_expression_statement in class AbstractVisitorpublic void visit_nop_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_nop_statement in class AbstractVisitorpublic void visit_if_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_if_statement in class AbstractVisitorpublic void visit_when_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_when_statement in class AbstractVisitorpublic void visit_goto_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_goto_statement in class AbstractVisitorpublic void visit_marker_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_marker_statement in class AbstractVisitorpublic void visit_branch_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_branch_statement in class AbstractVisitorpublic void visit_assert_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_assert_statement in class AbstractVisitorpublic void visit_assertion_echo_empty(high.mackenzie.snowflake.ITreeNode $node)
visit_assertion_echo_empty in class AbstractVisitorpublic void visit_assume_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_assume_statement in class AbstractVisitorpublic void visit_assumption_echo_empty(high.mackenzie.snowflake.ITreeNode $node)
visit_assumption_echo_empty in class AbstractVisitorpublic void visit_throw_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_throw_statement in class AbstractVisitorpublic void visit_try_catch_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_try_catch_statement in class AbstractVisitorpublic void visit_trycatch_handler(high.mackenzie.snowflake.ITreeNode $node)
visit_trycatch_handler in class AbstractVisitorpublic void visit_break_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_break_statement in class AbstractVisitorpublic void visit_continue_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_continue_statement in class AbstractVisitorpublic void visit_redo_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_redo_statement in class AbstractVisitorpublic void visit_while_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_while_statement in class AbstractVisitorpublic void visit_forever_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_forever_statement in class AbstractVisitorpublic void visit_until_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_until_statement in class AbstractVisitorpublic void visit_do_until_trigger(high.mackenzie.snowflake.ITreeNode $node)
visit_do_until_trigger in class AbstractVisitorpublic void visit_do_while_trigger(high.mackenzie.snowflake.ITreeNode $node)
visit_do_while_trigger in class AbstractVisitorpublic void visit_for_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_for_statement in class AbstractVisitorpublic void visit_foreach_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_foreach_statement in class AbstractVisitorpublic void visit_var_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_var_statement in class AbstractVisitorpublic void visit_val_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_val_statement in class AbstractVisitorpublic void visit_let_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_let_statement in class AbstractVisitorpublic void visit_lambda_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_lambda_statement in class AbstractVisitorpublic void visit_delegate_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_delegate_statement in class AbstractVisitorpublic void visit_return_void_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_return_void_statement in class AbstractVisitorpublic void visit_return_value_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_return_value_statement in class AbstractVisitorpublic void visit_recur_statement(high.mackenzie.snowflake.ITreeNode $node)
visit_recur_statement in class AbstractVisitorpublic void visit_boolean_datum(high.mackenzie.snowflake.ITreeNode $node)
visit_boolean_datum in class AbstractVisitorpublic void visit_char_datum(high.mackenzie.snowflake.ITreeNode $node)
visit_char_datum in class AbstractVisitorpublic void visit_byte_datum(high.mackenzie.snowflake.ITreeNode $node)
visit_byte_datum in class AbstractVisitorpublic void visit_short_datum(high.mackenzie.snowflake.ITreeNode $node)
visit_short_datum in class AbstractVisitorpublic void visit_int_datum(high.mackenzie.snowflake.ITreeNode $node)
visit_int_datum in class AbstractVisitorpublic void visit_long_datum(high.mackenzie.snowflake.ITreeNode $node)
visit_long_datum in class AbstractVisitorpublic void visit_float_datum(high.mackenzie.snowflake.ITreeNode $node)
visit_float_datum in class AbstractVisitorpublic void visit_double_datum(high.mackenzie.snowflake.ITreeNode $node)
visit_double_datum in class AbstractVisitorpublic void visit_big_integer_datum(high.mackenzie.snowflake.ITreeNode $node)
visit_big_integer_datum in class AbstractVisitorpublic void visit_big_decimal_datum(high.mackenzie.snowflake.ITreeNode $node)
visit_big_decimal_datum in class AbstractVisitorpublic void visit_string_datum(high.mackenzie.snowflake.ITreeNode $node)
visit_string_datum in class AbstractVisitorpublic void visit_variable_datum(high.mackenzie.snowflake.ITreeNode $node)
visit_variable_datum in class AbstractVisitorpublic void visit_null_datum(high.mackenzie.snowflake.ITreeNode $node)
visit_null_datum in class AbstractVisitorpublic void visit_class_datum(high.mackenzie.snowflake.ITreeNode $node)
visit_class_datum in class AbstractVisitorpublic void visit_negate_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_negate_operation in class AbstractVisitorpublic void visit_not_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_not_operation in class AbstractVisitorpublic void visit_divide_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_divide_operation in class AbstractVisitorpublic void visit_modulo_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_modulo_operation in class AbstractVisitorpublic void visit_multiply_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_multiply_operation in class AbstractVisitorpublic void visit_add_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_add_operation in class AbstractVisitorpublic void visit_concat_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_concat_operation in class AbstractVisitorpublic void visit_subtract_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_subtract_operation in class AbstractVisitorpublic void visit_identity_equals_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_identity_equals_operation in class AbstractVisitorpublic void visit_identity_not_equals_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_identity_not_equals_operation in class AbstractVisitorpublic void visit_equals_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_equals_operation in class AbstractVisitorpublic void visit_not_equals_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_not_equals_operation in class AbstractVisitorpublic void visit_less_or_equals_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_less_or_equals_operation in class AbstractVisitorpublic void visit_greater_or_equals_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_greater_or_equals_operation in class AbstractVisitorpublic void visit_less_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_less_operation in class AbstractVisitorpublic void visit_greater_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_greater_operation in class AbstractVisitorpublic void visit_and_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_and_operation in class AbstractVisitorpublic void visit_or_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_or_operation in class AbstractVisitorpublic void visit_xor_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_xor_operation in class AbstractVisitorpublic void visit_implies_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_implies_operation in class AbstractVisitorpublic void visit_null_coalescing_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_null_coalescing_operation in class AbstractVisitorpublic void visit_as_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_as_operation in class AbstractVisitorpublic void visit_is_operation(high.mackenzie.snowflake.ITreeNode $node)
visit_is_operation in class AbstractVisitorpublic void visit_dispatch_expression(high.mackenzie.snowflake.ITreeNode $node)
visit_dispatch_expression in class AbstractVisitorpublic void visit_new_expression(high.mackenzie.snowflake.ITreeNode $node)
visit_new_expression in class AbstractVisitorpublic void visit_call_method_expression(high.mackenzie.snowflake.ITreeNode $node)
visit_call_method_expression in class AbstractVisitorpublic void visit_p8(high.mackenzie.snowflake.ITreeNode $node)
visit_p8 in class AbstractVisitorpublic void visit_call_static_method_expression(high.mackenzie.snowflake.ITreeNode $node)
visit_call_static_method_expression in class AbstractVisitorpublic void visit_set_field_expression(high.mackenzie.snowflake.ITreeNode $node)
visit_set_field_expression in class AbstractVisitorpublic void visit_set_static_expression(high.mackenzie.snowflake.ITreeNode $node)
visit_set_static_expression in class AbstractVisitorpublic void visit_get_field_expression(high.mackenzie.snowflake.ITreeNode $node)
visit_get_field_expression in class AbstractVisitorpublic void visit_get_static_expression(high.mackenzie.snowflake.ITreeNode $node)
visit_get_static_expression in class AbstractVisitorpublic void visit_instanceof_expression(high.mackenzie.snowflake.ITreeNode $node)
visit_instanceof_expression in class AbstractVisitorpublic void visit_list_comprehension_expression(high.mackenzie.snowflake.ITreeNode $node)
visit_list_comprehension_expression in class AbstractVisitorpublic void visit_list_expression(high.mackenzie.snowflake.ITreeNode $node)
visit_list_expression in class AbstractVisitorpublic void visit_locals_expression(high.mackenzie.snowflake.ITreeNode $node)
visit_locals_expression in class AbstractVisitorpublic void visit_once_expression(high.mackenzie.snowflake.ITreeNode $node)
visit_once_expression in class AbstractVisitorpublic void visit_progn_expression(high.mackenzie.snowflake.ITreeNode $node)
visit_progn_expression in class AbstractVisitorpublic void visit_ternary_conditional_expression(high.mackenzie.snowflake.ITreeNode $node)
visit_ternary_conditional_expression in class AbstractVisitorpublic void visit_api_comment(high.mackenzie.snowflake.ITreeNode $node)
visit_api_comment in class AbstractVisitorpublic void visit_api_comment_line(high.mackenzie.snowflake.ITreeNode $node)
visit_api_comment_line in class AbstractVisitorpublic void visit_annotation_list(high.mackenzie.snowflake.ITreeNode $node)
visit_annotation_list in class AbstractVisitorpublic void visit_annotation(high.mackenzie.snowflake.ITreeNode $node)
visit_annotation in class AbstractVisitorpublic void visit_conditional_case(high.mackenzie.snowflake.ITreeNode $node)
visit_conditional_case in class AbstractVisitorpublic void visit_name_id(high.mackenzie.snowflake.ITreeNode $node)
visit_name_id in class AbstractVisitorpublic void visit_type(high.mackenzie.snowflake.ITreeNode $node)
visit_type in class AbstractVisitorpublic void visit_type_namespace_explicit(high.mackenzie.snowflake.ITreeNode $node)
visit_type_namespace_explicit in class AbstractVisitorpublic void visit_type_namespace_implicit(high.mackenzie.snowflake.ITreeNode $node)
visit_type_namespace_implicit in class AbstractVisitorpublic void visit_namespace_explicit(high.mackenzie.snowflake.ITreeNode $node)
visit_namespace_explicit in class AbstractVisitorpublic void visit_namespace_implicit(high.mackenzie.snowflake.ITreeNode $node)
visit_namespace_implicit in class AbstractVisitorpublic void visit_variable(high.mackenzie.snowflake.ITreeNode $node)
visit_variable in class AbstractVisitorpublic void visit_label(high.mackenzie.snowflake.ITreeNode $node)
visit_label in class AbstractVisitorpublic void visit_elements(high.mackenzie.snowflake.ITreeNode $node)
visit_elements in class AbstractVisitorpublic void visit_element(high.mackenzie.snowflake.ITreeNode $node)
visit_element in class AbstractVisitorpublic void visit_formals(high.mackenzie.snowflake.ITreeNode $node)
visit_formals in class AbstractVisitorpublic void visit_parameter(high.mackenzie.snowflake.ITreeNode $node)
visit_parameter in class AbstractVisitorpublic void visit_static_owner_implicit(high.mackenzie.snowflake.ITreeNode $node)
visit_static_owner_implicit in class AbstractVisitorpublic void visit_PS(high.mackenzie.snowflake.ITreeNode $node)
visit_PS in class AbstractVisitorpublic void visit_verbatim_string_value(high.mackenzie.snowflake.ITreeNode $node)
visit_verbatim_string_value in class AbstractVisitorpublic void visit_regular_string_value(high.mackenzie.snowflake.ITreeNode $node)
visit_regular_string_value in class AbstractVisitor