public class HLJTypes
extends net.thevpc.jeep.impl.types.DefaultJTypes
| Constructor and Description |
|---|
HLJTypes(net.thevpc.jeep.JContext context,
ClassLoader classLoader) |
| Modifier and Type | Method and Description |
|---|---|
net.thevpc.jeep.JType |
createArrayType0(net.thevpc.jeep.JType root,
int dim) |
protected net.thevpc.jeep.JType |
createHostType0(Class name) |
net.thevpc.jeep.JType |
createHostType0(String name) |
net.thevpc.jeep.JType |
createMutableType0(String name,
net.thevpc.jeep.JTypeKind kind) |
net.thevpc.jeep.JType |
createNullType0() |
net.thevpc.jeep.JParameterizedType |
createParameterizedType0(net.thevpc.jeep.JType rootRaw,
net.thevpc.jeep.JType[] parameters,
net.thevpc.jeep.JType declaringType) |
net.thevpc.jeep.JType |
createVarType0(String name,
net.thevpc.jeep.JType[] lowerBounds,
net.thevpc.jeep.JType[] upperBounds,
net.thevpc.jeep.JDeclaration declaration) |
boolean |
isAbstractMethod(net.thevpc.jeep.JMethod c) |
boolean |
isAbstractType(net.thevpc.jeep.JType c) |
boolean |
isFinalField(net.thevpc.jeep.core.types.DefaultJField c) |
boolean |
isPublic(net.thevpc.jeep.impl.types.JAnnotationInstanceList c) |
boolean |
isPublicConstructor(net.thevpc.jeep.JConstructor c) |
boolean |
isPublicField(net.thevpc.jeep.JField c) |
boolean |
isPublicMethod(net.thevpc.jeep.JMethod c) |
boolean |
isPublicType(net.thevpc.jeep.JType c) |
boolean |
isStaticField(net.thevpc.jeep.JField c) |
boolean |
isStaticMethod(net.thevpc.jeep.JMethod c) |
boolean |
isStaticType(net.thevpc.jeep.JType c) |
boolean |
isSyntheticMethod(net.thevpc.jeep.JMethod c) |
addAlias, addLoader, addResolver, createHostConstructor, createHostField, createHostMethod, declareType, forHostType, forHostType, forHostType, forHostType, forHostType, forName, forName, forName, forName, forNameOrNull, forNameOrNull, forNameOrNull, forNameOrNull, forNameOrNull, getCanonicalTypeName, getRegistered, getRegisteredOrAlias, hostClassLoader, isInterfaceType, isNull, loaders, parent, parseName, registerType, removeLoader, resolvers, setResolvers, typenameOf, typeOfpublic HLJTypes(net.thevpc.jeep.JContext context,
ClassLoader classLoader)
public net.thevpc.jeep.JType createArrayType0(net.thevpc.jeep.JType root,
int dim)
createArrayType0 in interface net.thevpc.jeep.impl.JTypesSPIcreateArrayType0 in class net.thevpc.jeep.impl.types.DefaultJTypespublic net.thevpc.jeep.JType createNullType0()
createNullType0 in interface net.thevpc.jeep.impl.JTypesSPIcreateNullType0 in class net.thevpc.jeep.impl.types.DefaultJTypespublic net.thevpc.jeep.JType createMutableType0(String name, net.thevpc.jeep.JTypeKind kind)
createMutableType0 in interface net.thevpc.jeep.impl.JTypesSPIcreateMutableType0 in class net.thevpc.jeep.impl.types.DefaultJTypespublic net.thevpc.jeep.JType createVarType0(String name, net.thevpc.jeep.JType[] lowerBounds, net.thevpc.jeep.JType[] upperBounds, net.thevpc.jeep.JDeclaration declaration)
createVarType0 in interface net.thevpc.jeep.impl.JTypesSPIcreateVarType0 in class net.thevpc.jeep.impl.types.DefaultJTypespublic net.thevpc.jeep.JParameterizedType createParameterizedType0(net.thevpc.jeep.JType rootRaw,
net.thevpc.jeep.JType[] parameters,
net.thevpc.jeep.JType declaringType)
createParameterizedType0 in interface net.thevpc.jeep.impl.JTypesSPIcreateParameterizedType0 in class net.thevpc.jeep.impl.types.DefaultJTypesprotected net.thevpc.jeep.JType createHostType0(Class name)
createHostType0 in class net.thevpc.jeep.impl.types.DefaultJTypespublic net.thevpc.jeep.JType createHostType0(String name)
createHostType0 in interface net.thevpc.jeep.impl.JTypesSPIcreateHostType0 in class net.thevpc.jeep.impl.types.DefaultJTypespublic boolean isPublic(net.thevpc.jeep.impl.types.JAnnotationInstanceList c)
public boolean isPublicType(net.thevpc.jeep.JType c)
isPublicType in interface net.thevpc.jeep.impl.JTypesSPIisPublicType in class net.thevpc.jeep.impl.types.DefaultJTypespublic boolean isPublicConstructor(net.thevpc.jeep.JConstructor c)
isPublicConstructor in interface net.thevpc.jeep.impl.JTypesSPIisPublicConstructor in class net.thevpc.jeep.impl.types.DefaultJTypespublic boolean isPublicMethod(net.thevpc.jeep.JMethod c)
isPublicMethod in interface net.thevpc.jeep.impl.JTypesSPIisPublicMethod in class net.thevpc.jeep.impl.types.DefaultJTypespublic boolean isSyntheticMethod(net.thevpc.jeep.JMethod c)
isSyntheticMethod in interface net.thevpc.jeep.impl.JTypesSPIisSyntheticMethod in class net.thevpc.jeep.impl.types.DefaultJTypespublic boolean isAbstractMethod(net.thevpc.jeep.JMethod c)
isAbstractMethod in interface net.thevpc.jeep.impl.JTypesSPIisAbstractMethod in class net.thevpc.jeep.impl.types.DefaultJTypespublic boolean isAbstractType(net.thevpc.jeep.JType c)
isAbstractType in interface net.thevpc.jeep.JTypesisAbstractType in class net.thevpc.jeep.impl.types.DefaultJTypespublic boolean isPublicField(net.thevpc.jeep.JField c)
isPublicField in interface net.thevpc.jeep.impl.JTypesSPIisPublicField in class net.thevpc.jeep.impl.types.DefaultJTypespublic boolean isStaticType(net.thevpc.jeep.JType c)
isStaticType in interface net.thevpc.jeep.impl.JTypesSPIisStaticType in class net.thevpc.jeep.impl.types.DefaultJTypespublic boolean isStaticMethod(net.thevpc.jeep.JMethod c)
isStaticMethod in interface net.thevpc.jeep.impl.JTypesSPIisStaticMethod in class net.thevpc.jeep.impl.types.DefaultJTypespublic boolean isStaticField(net.thevpc.jeep.JField c)
isStaticField in interface net.thevpc.jeep.impl.JTypesSPIisStaticField in class net.thevpc.jeep.impl.types.DefaultJTypespublic boolean isFinalField(net.thevpc.jeep.core.types.DefaultJField c)
isFinalField in interface net.thevpc.jeep.impl.JTypesSPIisFinalField in class net.thevpc.jeep.impl.types.DefaultJTypesCopyright © 2021 vpc open source initiative. All rights reserved.