| Package | Description |
|---|---|
| xapi.reflect.api | |
| xapi.reflect.impl |
| Modifier and Type | Method and Description |
|---|---|
SignatureVisitor |
SignatureVisitor.visitArrayType()
Visits a signature corresponding to an array type.
|
SignatureVisitor |
SignatureVisitor.visitClassBound()
Visits the class bound of the last visited formal type parameter.
|
SignatureVisitor |
SignatureVisitor.visitExceptionType()
Visits the type of a method exception.
|
SignatureVisitor |
SignatureVisitor.visitInterface()
Visits the type of an interface implemented by the class.
|
SignatureVisitor |
SignatureVisitor.visitInterfaceBound()
Visits an interface bound of the last visited formal type parameter.
|
SignatureVisitor |
SignatureVisitor.visitParameterType()
Visits the type of a method parameter.
|
SignatureVisitor |
SignatureVisitor.visitReturnType()
Visits the return type of the method.
|
SignatureVisitor |
SignatureVisitor.visitSuperclass()
Visits the type of the super class.
|
SignatureVisitor |
SignatureVisitor.visitTypeArgument(char wildcard)
Visits a type argument of the last visited class or inner class type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SignatureReader.accept(SignatureVisitor v)
Makes the given visitor visit the signature of this
SignatureReader. |
void |
SignatureReader.acceptType(SignatureVisitor v)
Makes the given visitor visit the signature of this
SignatureReader. |
Copyright © December 07, 2012–2015 The Internet Party. All rights reserved.