| Package | Description |
|---|---|
| com.whitestein.lsps.lang.compiled.model |
| Modifier and Type | Method and Description |
|---|---|
static SrcModifier |
SrcModifier.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SrcModifier[] |
SrcModifier.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<SrcModifier> |
SrcClass.getModifiers() |
| Modifier and Type | Method and Description |
|---|---|
SrcVariableDef |
SrcVariableDef.addModifier(SrcModifier modifier) |
SrcMethod |
SrcMethod.addModifier(SrcModifier modifier) |
SrcClass |
SrcClass.addModifier(SrcModifier modifier) |
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.