org.aspectj.compiler.base.ast
Class Method

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

public class Method
extends SemanticObject


Field Summary
 
Fields inherited from class org.aspectj.compiler.base.ast.SemanticObject
dec, dummyCompiler
 
Constructor Summary
Method(MethodDec methodDec)
           
 
Method Summary
 Method getBackdoorMethod()
           
 Formals getFormals()
           
 MethodDec getMethodDec()
           
 Type getReturnType()
           
 TypeDs getThrows()
           
 java.lang.String toString()
           
 
Methods inherited from class org.aspectj.compiler.base.ast.SemanticObject
checkOverride, conflictsWith, dominates, getBytecodeId, getCorrespondingDec, getDeclaringType, getDescriptor, 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

Method

public Method(MethodDec methodDec)
Method Detail

getMethodDec

public MethodDec getMethodDec()

getReturnType

public Type getReturnType()

getFormals

public Formals getFormals()

getThrows

public TypeDs getThrows()

getBackdoorMethod

public Method getBackdoorMethod()

toString

public java.lang.String toString()