| 程序包 | 说明 |
|---|---|
| com.github.esrrhs.fakescript.syntree |
| 限定符和类型 | 方法和说明 |
|---|---|
esyntreetype |
yield_stmt.gettype() |
esyntreetype |
while_stmt.gettype() |
esyntreetype |
var_node.gettype() |
esyntreetype |
var_list_node.gettype() |
esyntreetype |
variable_node.gettype() |
esyntreetype |
syntree_node.gettype() |
esyntreetype |
switch_stmt.gettype() |
esyntreetype |
switch_case_node.gettype() |
esyntreetype |
switch_caselist_node.gettype() |
esyntreetype |
struct_pointer_node.gettype() |
esyntreetype |
sleep_stmt.gettype() |
esyntreetype |
return_value_list_node.gettype() |
esyntreetype |
return_stmt.gettype() |
esyntreetype |
multi_assign_stmt.gettype() |
esyntreetype |
math_expr_node.gettype() |
esyntreetype |
math_assign_stmt.gettype() |
esyntreetype |
if_stmt.gettype() |
esyntreetype |
identifier_node.gettype() |
esyntreetype |
func_desc_node.gettype() |
esyntreetype |
func_desc_arglist_node.gettype() |
esyntreetype |
function_call_node.gettype() |
esyntreetype |
function_call_arglist_node.gettype() |
esyntreetype |
for_stmt.gettype() |
esyntreetype |
for_loop_stmt.gettype() |
esyntreetype |
explicit_value_node.gettype() |
esyntreetype |
else_stmt.gettype() |
esyntreetype |
elseif_stmt_list.gettype() |
esyntreetype |
elseif_stmt.gettype() |
esyntreetype |
continue_stmt.gettype() |
esyntreetype |
container_get_node.gettype() |
esyntreetype |
const_map_value_node.gettype() |
esyntreetype |
const_map_list_value_node.gettype() |
esyntreetype |
const_array_list_value_node.gettype() |
esyntreetype |
cmp_stmt.gettype() |
esyntreetype |
break_stmt.gettype() |
esyntreetype |
block_node.gettype() |
esyntreetype |
assign_stmt.gettype() |
static esyntreetype |
esyntreetype.valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static esyntreetype[] |
esyntreetype.values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
Copyright © 2017. All Rights Reserved.