public interface Symbol
Modifier and Type | Field and Description |
---|---|
static int |
IDENTIFIER |
static int |
PARAMETER |
static int |
VARIABLE |
Modifier and Type | Method and Description |
---|---|
String |
getQualifiedName() |
int |
getType() |
Class |
getValueType() |
void |
setType(int type) |
void |
setValueType(Class type) |
static final int IDENTIFIER
static final int PARAMETER
static final int VARIABLE
Copyright © 2019. All rights reserved.