| Package | Description |
|---|---|
| gw.lang.parser | |
| gw.lang.reflect.gs | |
| gw.lang.reflect.java.asm |
| 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 |
|---|
LazyStringSourceFileHandle(String nspace,
String fqn,
Callable<String> sourceGen,
ClassType classType) |
StringSourceFileHandle(String typeName,
CharSequence source,
boolean isTestResource,
ClassType classType) |
StringSourceFileHandle(String typeName,
CharSequence source,
IFile strPath,
boolean isTestResource,
ClassType classType) |
| Modifier and Type | Method and Description |
|---|---|
ClassType |
AsmBackingSourceFileHandle.getClassType() |
Copyright © 2017. All rights reserved.