public class VarIndex
extends Object
-
构造器概要
构造器
VarIndex(String name,
int index,
boolean reference,
boolean readonly,
boolean scoped)
-
方法概要
boolean
int
int
boolean
boolean
boolean
-
构造器详细资料
-
VarIndex
public VarIndex(String name,
int index,
boolean reference,
boolean readonly)
-
VarIndex
public VarIndex(String name,
int index,
boolean reference,
boolean readonly,
boolean scoped)
-
方法详细资料
-
-
getIndex
public int getIndex()
-
isReference
public boolean isReference()
-
isReadonly
public boolean isReadonly()
-
isScoped
public boolean isScoped()
-
-
-