| Modifier and Type | Field and Description |
|---|---|
protected static ResourceBundle |
messages
I18N support
|
protected int |
scope
Scope level of the definition
|
protected Type |
type
Type of the identifier
|
| Constructor and Description |
|---|
Definition(Type type)
Creates a new definition.
|
| Modifier and Type | Method and Description |
|---|---|
abstract String |
getName()
Returns the name of the definition.
|
int |
getScope()
Returns the scope of the identifier's definition.
|
Type |
getType()
Returns the type of the identifiers's definition.
|
void |
setScope(int scope)
Set the scope of the identifier's definition.
|
protected static final ResourceBundle messages
protected int scope
protected Type type
public Definition(Type type)
type - type of the declared identifierpublic void setScope(int scope)
public int getScope()
public Type getType()
public abstract String getName()
Copyright © 2017. All rights reserved.