public final class VarDesc extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
ElemDesc |
elemdescVar
Contains the variable type.
|
JIPointer |
lpstrSchema |
int |
memberId |
JIUnion |
u |
static int |
VAR_CONST |
static int |
VAR_DISPATCH |
static int |
VAR_PERINSTANCE |
static int |
VAR_STATIC |
int |
varkind |
short |
wVarFlags
Definition of flags follows
|
public static final int VAR_PERINSTANCE
public static final int VAR_STATIC
public static final int VAR_CONST
public static final int VAR_DISPATCH
public final int memberId
public final JIPointer lpstrSchema
public final JIUnion u
public final ElemDesc elemdescVar
public final short wVarFlags
public final int varkind
Copyright © 2017 LSST. All rights reserved.