| Package | Description |
|---|---|
| gw.lang.parser | |
| gw.lang.parser.expressions | |
| gw.lang.reflect | |
| gw.lang.reflect.features | |
| gw.lang.reflect.gs | |
| gw.lang.reflect.java |
| Modifier and Type | Method and Description |
|---|---|
IConstructorInfo |
IConstructorInfoFactory.create(IFeatureInfo container,
IJavaClassConstructor ctor,
IConstructorNode docs) |
IConstructorInfo |
IConstructorFunctionSymbol.getConstructorInfo() |
| Modifier and Type | Method and Description |
|---|---|
IConstructorType |
IConstructorInfoFactory.makeConstructorType(IConstructorInfo ctor) |
| Modifier and Type | Method and Description |
|---|---|
IConstructorInfo |
INewExpression.getConstructor() |
| Modifier and Type | Method and Description |
|---|---|
IConstructorInfo |
ConstructorInfoBuilder.build(IFeatureInfo container) |
static IConstructorInfo |
ITypeInfo.FIND.callableConstructor(List<? extends IConstructorInfo> constructors,
IType... params)
If there is a tie this method will throw an IllegalArgumentException.
|
static IConstructorInfo |
ITypeInfo.FIND.callableConstructorStrict(List<? extends IConstructorInfo> constructors,
IType... params)
If there is a tie this method will throw an IllegalArgumentException.
|
static IConstructorInfo |
ITypeInfo.FIND.constructor(List<? extends IConstructorInfo> constructors,
IType... params) |
IConstructorInfo |
FeatureManagerTypeInfoBase.getCallableConstructor(IType... params) |
IConstructorInfo |
BaseJavaTypeInfo.getCallableConstructor(IType... params) |
IConstructorInfo |
ITypeInfo.getCallableConstructor(IType... params)
Returns a IConstructorInfo matching the specified parameter types or null
if no match is found.
|
IConstructorInfo |
BaseTypeInfo.getCallableConstructor(IType... params) |
IConstructorInfo |
TypeInfoBase.getCallableConstructor(IType... params) |
IConstructorInfo |
FunctionTypeInfo.getCallableConstructor(IType... params) |
IConstructorInfo |
IConstructorType.getConstructor()
An associated Constructor.
|
IConstructorInfo |
FeatureManager.getConstructor(IRelativeTypeInfo.Accessibility accessibility,
IType[] params) |
IConstructorInfo |
FeatureManagerTypeInfoBase.getConstructor(IType... params) |
IConstructorInfo |
BaseJavaTypeInfo.getConstructor(IType... params) |
IConstructorInfo |
ITypeInfo.getConstructor(IType... params)
Returns a IConstructorInfo that has parameter types that produce the best match.
|
IConstructorInfo |
BaseTypeInfo.getConstructor(IType... params) |
IConstructorInfo |
TypeInfoBase.getConstructor(IType... params) |
IConstructorInfo |
FunctionTypeInfo.getConstructor(IType... params) |
IConstructorInfo |
FeatureManagerTypeInfoBase.getConstructor(IType whosAskin,
IType[] params) |
IConstructorInfo |
BaseHandBuiltTypeInfo.getConstructor(IType whosAskin,
IType[] params) |
IConstructorInfo |
IRelativeTypeInfo.getConstructor(IType whosAskin,
IType[] params) |
IConstructorInfo |
DefaultArrayTypeInfo.getConstructor(IType whosAskin,
IType[] params) |
| Modifier and Type | Method and Description |
|---|---|
List<? extends IConstructorInfo> |
FeatureManagerTypeInfoBase.getConstructors() |
List<? extends IConstructorInfo> |
ITypeInfo.getConstructors() |
List<? extends IConstructorInfo> |
BaseTypeInfo.getConstructors() |
List<? extends IConstructorInfo> |
BaseHandBuiltTypeInfo.getConstructors() |
List<IConstructorInfo> |
FunctionTypeInfo.getConstructors() |
List<? extends IConstructorInfo> |
DefaultArrayTypeInfo.getConstructors() |
List<? extends IConstructorInfo> |
FeatureManager.getConstructors(IRelativeTypeInfo.Accessibility accessibility) |
List<? extends IConstructorInfo> |
FeatureManagerTypeInfoBase.getConstructors(IType whosAskin) |
List<? extends IConstructorInfo> |
BaseHandBuiltTypeInfo.getConstructors(IType whosaskin) |
List<? extends IConstructorInfo> |
IRelativeTypeInfo.getConstructors(IType whosaskin) |
List<? extends IConstructorInfo> |
DefaultArrayTypeInfo.getConstructors(IType whosaskin) |
abstract List<? extends IConstructorInfo> |
FeatureManagerTypeInfoBase.getDeclaredConstructors() |
List<? extends IConstructorInfo> |
IRelativeTypeInfo.getDeclaredConstructors()
Returns a list of
IConstructorInfo objects reflecting all the
constructors declared by the class represented by this
IType object. |
List<? extends IConstructorInfo> |
DefaultArrayTypeInfo.getDeclaredConstructors() |
| Modifier and Type | Method and Description |
|---|---|
static String |
TypeInfoUtil.getConstructorSignature(IConstructorInfo constructorInfo) |
static String |
TypeInfoUtil.getParameterDisplay(IConstructorInfo ci) |
default boolean |
IConstructorInfo.hasRawConstructor(IConstructorInfo rawCtor) |
ConstructorInfoBuilder |
ConstructorInfoBuilder.like(IConstructorInfo constructor) |
| Modifier and Type | Method and Description |
|---|---|
static IConstructorInfo |
ITypeInfo.FIND.callableConstructor(List<? extends IConstructorInfo> constructors,
IType... params)
If there is a tie this method will throw an IllegalArgumentException.
|
static IConstructorInfo |
ITypeInfo.FIND.callableConstructorStrict(List<? extends IConstructorInfo> constructors,
IType... params)
If there is a tie this method will throw an IllegalArgumentException.
|
static IConstructorInfo |
ITypeInfo.FIND.constructor(List<? extends IConstructorInfo> constructors,
IType... params) |
| Modifier and Type | Method and Description |
|---|---|
IConstructorInfo |
IConstructorReference.getConstructorInfo()
Returns the method info for this reference
|
IConstructorInfo |
ConstructorReference.getConstructorInfo() |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IGosuConstructorInfo |
| Modifier and Type | Method and Description |
|---|---|
IConstructorStatement |
IGosuClass.getConstructorStatement(IConstructorInfo ctor) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IJavaConstructorInfo |
Copyright © 2022. All rights reserved.