org.aspectj.compiler.base.ast
Class Field
java.lang.Object
org.aspectj.compiler.base.CompilerObject
org.aspectj.compiler.base.ast.SemanticObject
org.aspectj.compiler.base.ast.Field
- public class Field
- extends SemanticObject
Methods inherited from class org.aspectj.compiler.base.ast.SemanticObject |
checkOverride, conflictsWith, dominates, getBytecodeId, getCorrespondingDec, getDeclaringType, getId, getKind, getModifiers, getName, getStackDelta, isAbstract, isAccessible, isAccessible, isAlmostApplicable, isApplicable, isInherited, isMoreSpecificThan, isStatic, showConflictError, toShortString, updateTargetExpr |
Methods inherited from class org.aspectj.compiler.base.CompilerObject |
getAST, getCompiler, getOptions, getTypeManager, getWorld |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field
public Field(FieldDec fieldDec)
isConstant
public boolean isConstant()
getFieldDec
public FieldDec getFieldDec()
getFieldType
public Type getFieldType()
getBackdoorGetterMethod
public Method getBackdoorGetterMethod()
getBackdoorSetterMethod
public Method getBackdoorSetterMethod()
getDescriptor
public java.lang.String getDescriptor()
- Overrides:
getDescriptor
in class SemanticObject
toString
public java.lang.String toString()