| Package | Description |
|---|---|
| xapi.bytecode.impl | |
| xapi.dev.model | |
| xapi.source | |
| xapi.source.api | |
| xapi.source.impl | |
| xapi.source.service |
| Modifier and Type | Method and Description |
|---|---|
IsType[] |
BytecodeAdapterService.toTypes(CtClass[] parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
static IsAnnotationValue |
BytecodeUtil.extractValue(MemberValue value,
BytecodeAdapterService service,
IsType type) |
| Modifier and Type | Method and Description |
|---|---|
static IsType[] |
ModelGeneratorGwt.toTypes(com.google.gwt.core.ext.typeinfo.JType[] parameterTypes) |
| Modifier and Type | Method and Description |
|---|---|
void |
ModelField.addAction(IsType returns,
String propertyName,
String methodName,
Annotation[] annotations,
IsType[] parameters) |
void |
ModelField.addAction(IsType returns,
String propertyName,
String methodName,
Annotation[] annotations,
IsType[] parameters) |
xapi.dev.model.ModelField.GetterMethod |
ModelField.addGetter(IsType returns,
String propertyName,
String methodName,
Annotation[] annotations) |
xapi.dev.model.ModelField.SetterMethod |
ModelField.addSetter(IsType returns,
String propertyName,
String methodName,
Annotation[] annotations,
IsType[] parameters) |
xapi.dev.model.ModelField.SetterMethod |
ModelField.addSetter(IsType returns,
String propertyName,
String methodName,
Annotation[] annotations,
IsType[] parameters) |
void |
ModelGenerator.generateModel(IsType type,
HasModelFields fields) |
ModelGenerator.ModelSerializerResult |
ModelGenerator.generateSerializers(IsType type,
HasModelFields fields) |
| Modifier and Type | Method and Description |
|---|---|
static IsType |
X_Source.binaryToSource(String qualifiedBinaryName)
Send in com.pkg.Clazz$InnerClass
or com/pkg/Clazz$InnerClass
Get back Pair<"com.pkg", "Clazz.InnerClass"
|
static IsType |
X_Source.toType(Class<?> cls) |
protected static IsType |
X_Source.toType(String qualifiedName) |
static IsType |
X_Source.toType(String pkg,
String enclosedName) |
static IsType[] |
X_Source.toTypes(String[] from) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
X_Source.typesEqual(Class<?>[] one,
IsType... two) |
static boolean |
X_Source.typesEqual(IsType[] one,
Class<?>... two) |
static boolean |
X_Source.typesEqual(IsType[] one,
IsType[] two) |
static boolean |
X_Source.typesEqual(IsType[] one,
IsType[] two) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IsAnnotation |
interface |
IsClass |
interface |
IsField |
interface |
IsGeneric |
interface |
IsMember |
interface |
IsMethod |
interface |
IsNamedType |
| Modifier and Type | Class and Description |
|---|---|
class |
Primitives |
| Modifier and Type | Method and Description |
|---|---|
IsType[] |
IsGeneric.extendedTypes() |
IsType |
Primitives.getEnclosingType() |
IsType |
IsType.getEnclosingType() |
IsType[] |
IsMethod.getExceptions() |
IsType[] |
IsMethod.getParameters() |
IsType |
IsMethod.getReturnType() |
| Modifier and Type | Method and Description |
|---|---|
IsMethod |
Primitives.getMethod(String name,
IsType... params) |
IsMethod |
HasMethods.getMethod(String name,
IsType... params) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractClass |
class |
AbstractMember<Self extends AbstractMember<Self>> |
class |
ImmutableType |
class |
IsClassDelegate |
| Modifier and Type | Method and Description |
|---|---|
IsType |
IsClassDelegate.getEnclosingType() |
IsType |
ImmutableType.getEnclosingType() |
IsType |
AbstractMember.getEnclosingType()
This method is final to remind you to always call setEnclosingType();
A class may be enclosed by an IsClass or IsMethod,
while an IsMethod or IsField will always be enclosed by IsClass.
|
IsType |
TypeMap.getType(IsType parentType,
String simplename) |
IsType |
TypeMap.getType(String pkg,
String simplename) |
IsType[] |
Varargs.getTypes() |
IsType |
SourceServiceDefault.toType(Class<?> cls) |
IsType |
SourceServiceDefault.toType(String pkg,
String enclosedName) |
| Modifier and Type | Method and Description |
|---|---|
void |
Varargs.addType(IsType... newtypes) |
protected String |
Varargs.format(IsType isType) |
IsMethod |
IsClassDelegate.getMethod(String name,
IsType... params) |
IsMethod |
AbstractClass.getMethod(String name,
IsType... params) |
IsType |
TypeMap.getType(IsType parentType,
String simplename) |
protected Self |
AbstractMember.setEnclosingType(IsType enclosing) |
| Constructor and Description |
|---|
DeclaredMemberFilter(Iterable<Member> iter,
IsType owner) |
ImmutableType(IsType enclosingType,
String simpleName) |
Varargs(IsType... types) |
| Modifier and Type | Method and Description |
|---|---|
IsType |
SourceService.toType(Class<?> cls) |
IsType |
SourceService.toType(String pkg,
String enclosedName) |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.