public class JavassistFieldDeclaration extends Object implements FieldDeclaration
| Constructor and Description |
|---|
JavassistFieldDeclaration(javassist.CtField ctField,
TypeSolver typeSolver) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
TypeUsage |
getType() |
boolean |
isField() |
boolean |
isParameter() |
boolean |
isType() |
boolean |
isVariable() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitasField, replaceTypeasMethod, asParameter, asType, hasName, isMethodpublic JavassistFieldDeclaration(javassist.CtField ctField,
TypeSolver typeSolver)
public TypeUsage getType()
getType in interface ValueDeclarationpublic String getName()
getName in interface Declarationpublic boolean isField()
isField in interface DeclarationisField in interface FieldDeclarationpublic boolean isParameter()
isParameter in interface Declarationpublic boolean isVariable()
isVariable in interface Declarationpublic boolean isType()
isType in interface DeclarationCopyright © 2016. All rights reserved.