Uses of Class
au.com.swz.jatlom.VarKind

Uses of VarKind in au.com.swz.jatlom
 

Fields in au.com.swz.jatlom declared as VarKind
static VarKind VarKind.UNKNOWN
          Unknown or Unsupported
static VarKind VarKind.VAR_CONST
          A symbolic constant.
static VarKind VarKind.VAR_DISPATCH
          The variable can only be accessed through IDispatch::Invoke.
static VarKind VarKind.VAR_PERINSTANCE
          The variable is a field or member of the type.
static VarKind VarKind.VAR_STATIC
          There is only one instance of the variable
 

Methods in au.com.swz.jatlom that return VarKind
 VarKind VarDesc.getVarKind()
          Provides the kind of variable.