Package gw.lang.reflect.java
Class GosuTypes
- java.lang.Object
-
- gw.lang.reflect.java.GosuTypes
-
public class GosuTypes extends Object
-
-
Constructor Summary
Constructors Constructor Description GosuTypes()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static IType
AUTOCREATE()
static IType
BINDER_SEPARATORS()
static IFunctionType
DEF_CTOR_TYPE()
static IType
DYNAMIC()
static IType
getType(String fqn)
static IType
IDISPOSABLE()
static IType
IMONITORLOCK()
static IType
IPOSTFIX_BINDER()
static IType
IPREFIX_BINDER()
-
-
-
Field Detail
-
IMONITORLOCK_NAME
public static final String IMONITORLOCK_NAME
- See Also:
- Constant Field Values
-
-
Method Detail
-
AUTOCREATE
public static IType AUTOCREATE()
-
IDISPOSABLE
public static IType IDISPOSABLE()
-
IMONITORLOCK
public static IType IMONITORLOCK()
-
IPREFIX_BINDER
public static IType IPREFIX_BINDER()
-
IPOSTFIX_BINDER
public static IType IPOSTFIX_BINDER()
-
BINDER_SEPARATORS
public static IType BINDER_SEPARATORS()
-
DYNAMIC
public static IType DYNAMIC()
-
DEF_CTOR_TYPE
public static IFunctionType DEF_CTOR_TYPE()
-
-