Package | Description |
---|---|
com.whitestein.lsps.lang.antlr | |
com.whitestein.lsps.lang.signature |
Modifier and Type | Method and Description |
---|---|
Set<Modifier> |
AntlrFunction.getModifiers() |
Modifier and Type | Method and Description |
---|---|
static Modifier |
Modifier.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Modifier[] |
Modifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Set<Modifier> |
FunctionSignature.getModifiers()
Deprecated.
Use getter for each modifier
|
Modifier and Type | Method and Description |
---|---|
FunctionSignature.Builder |
FunctionSignature.Builder.modifiers(Collection<Modifier> modifiers)
Adds given modifiers.
|
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.