jasco.tools.aspectparser
Class PAspect

java.lang.Object
  extended by jasco.tools.jascoparser.PJAsCoParseElement
      extended by jasco.tools.jascoparser.PJavaClass
          extended by jasco.tools.aspectparser.PAspect
All Implemented Interfaces:
IJAsCoParseElement, java.lang.Cloneable

public class PAspect
extends PJavaClass


Nested Class Summary
 
Nested classes/interfaces inherited from class jasco.tools.jascoparser.PJavaClass
PJavaClass.Type
 
Field Summary
 
Fields inherited from interface jasco.tools.jascoparser.IJAsCoParseElement
NO_LINE
 
Method Summary
 boolean addCutpoint(PCutpoint aCutpoint)
           
 java.lang.String getAspectName()
           
 PCutpoints getCutpoints()
           
 java.lang.String getExtendingAspectName()
           
 java.lang.String getSourceName()
           
 void outprint()
           
 void setAspectName(java.lang.String aAspectName)
           
 void setExtendingAspectName(java.lang.String aAspectName)
           
 
Methods inherited from class jasco.tools.jascoparser.PJavaClass
addEnum, addField, addImport, addInnerClass, addInterface, addMethod, addStaticInitializer, getAnnotations, getClassGenerator, getEnums, getFields, getFullName, getGenerics, getImports, getInnerClasses, getInterfaces, getMethods, getModifiers, getName, getPackage, getStaticInits, getSuperClass, getSuperClassSimple, getType, hasPackage, hasSuperClass, initClassGenerator, setAnnotations, setGenerics, setImports, setModifiers, setName, setPackage, setSuperClass, setType
 
Methods inherited from class jasco.tools.jascoparser.PJAsCoParseElement
getLine, setLine
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSourceName

public java.lang.String getSourceName()
Overrides:
getSourceName in class PJavaClass

setAspectName

public void setAspectName(java.lang.String aAspectName)

getAspectName

public java.lang.String getAspectName()

setExtendingAspectName

public void setExtendingAspectName(java.lang.String aAspectName)

getExtendingAspectName

public java.lang.String getExtendingAspectName()

addCutpoint

public boolean addCutpoint(PCutpoint aCutpoint)

getCutpoints

public PCutpoints getCutpoints()

outprint

public void outprint()