org.aspectj.compiler.base.ast
Class Field

java.lang.Object
  extended byorg.aspectj.compiler.base.CompilerObject
      extended byorg.aspectj.compiler.base.ast.SemanticObject
          extended byorg.aspectj.compiler.base.ast.Field

public class Field
extends SemanticObject


Field Summary
 
Fields inherited from class org.aspectj.compiler.base.ast.SemanticObject
dec, dummyCompiler
 
Constructor Summary
Field(FieldDec fieldDec)
           
 
Method Summary
 Method getBackdoorGetterMethod()
           
 Method getBackdoorSetterMethod()
           
 java.lang.String getDescriptor()
           
 FieldDec getFieldDec()
           
 Type getFieldType()
           
 boolean isConstant()
           
 java.lang.String toString()
           
 
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
 

Constructor Detail

Field

public Field(FieldDec fieldDec)
Method Detail

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()