| Package | Description |
|---|---|
| gw.lang.parser | |
| gw.lang.reflect.gs |
| Modifier and Type | Method and Description |
|---|---|
ClassType |
IFileRepositoryBasedType.getClassType() |
| Modifier and Type | Method and Description |
|---|---|
ClassType |
ISourceFileHandle.getClassType() |
ClassType |
StringSourceFileHandle.getClassType() |
static ClassType |
ClassType.getFromFileName(String name) |
static ClassType |
ClassType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ClassType[] |
ClassType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
StringSourceFileHandle(String typeName,
CharSequence source,
boolean isTestResource,
ClassType classType) |
StringSourceFileHandle(String typeName,
CharSequence source,
IFile strPath,
boolean isTestResource,
ClassType classType) |
Copyright © 2016. All rights reserved.