public enum esyntreetype extends java.lang.Enum<esyntreetype>
| 限定符和类型 | 方法和说明 |
|---|---|
static esyntreetype |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static esyntreetype[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final esyntreetype est_nil
public static final esyntreetype est_func_desc
public static final esyntreetype est_arglist
public static final esyntreetype est_block
public static final esyntreetype est_while_stmt
public static final esyntreetype est_cmp_stmt
public static final esyntreetype est_if_stmt
public static final esyntreetype est_else_stmt
public static final esyntreetype est_for_stmt
public static final esyntreetype est_explicit_value
public static final esyntreetype est_return_stmt
public static final esyntreetype est_return_value_list
public static final esyntreetype est_assign_stmt
public static final esyntreetype est_math_assign_stmt
public static final esyntreetype est_variable
public static final esyntreetype est_var
public static final esyntreetype est_function_call
public static final esyntreetype est_call_arglist
public static final esyntreetype est_math_expr
public static final esyntreetype est_break
public static final esyntreetype est_identifier
public static final esyntreetype est_multi_assign_stmt
public static final esyntreetype est_var_list
public static final esyntreetype est_container_get
public static final esyntreetype est_struct_memlist
public static final esyntreetype est_struct_pointer
public static final esyntreetype est_continue
public static final esyntreetype est_sleep
public static final esyntreetype est_yield
public static final esyntreetype est_switch_stmt
public static final esyntreetype est_switch_caselist
public static final esyntreetype est_switch_case_node
public static final esyntreetype est_elseif_stmt
public static final esyntreetype est_elseif_stmt_list
public static final esyntreetype est_for_loop_stmt
public static final esyntreetype est_constmaplist
public static final esyntreetype est_constmapvalue
public static final esyntreetype est_constarraylist
public static esyntreetype[] values()
for (esyntreetype c : esyntreetype.values()) System.out.println(c);
public static esyntreetype valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。Copyright © 2018. All Rights Reserved.