org.aspectj.compiler.crosscuts.ast
Class PointcutSO

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

public class PointcutSO
extends SemanticObject


Field Summary
 
Fields inherited from class org.aspectj.compiler.base.ast.SemanticObject
dec, dummyCompiler
 
Constructor Summary
PointcutSO(PointcutDec pointcutDec)
           
 
Method Summary
 Formals getFormals()
           
 PointcutDec getPointcutDec()
           
 
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, toString, wait, wait, wait
 

Constructor Detail

PointcutSO

public PointcutSO(PointcutDec pointcutDec)
Method Detail

getPointcutDec

public PointcutDec getPointcutDec()

getFormals

public Formals getFormals()