org.objectweb.jac.ide
Class AspectMethod

java.lang.Object
  extended byorg.objectweb.jac.ide.ModelElement
      extended byorg.objectweb.jac.ide.TypedElement
          extended byorg.objectweb.jac.ide.Member
              extended byorg.objectweb.jac.ide.Method
                  extended byorg.objectweb.jac.ide.AspectMethod
All Implemented Interfaces:
Element, Typed, Visibility

public class AspectMethod
extends Method


Field Summary
 
Fields inherited from interface org.objectweb.jac.ide.Visibility
PRIVATE, PROTECTED, PUBLIC
 
Constructor Summary
AspectMethod()
           
 
Methods inherited from class org.objectweb.jac.ide.Method
addException, addParameter, clearParameters, cloneMethod, getBody, getExceptions, getModifiers, getParameterNames, getParameters, getParametersString, getParameterTypes, getPrototype, getUniqueName, isAbstract, isSynchronized, removeException, removeParameter, setAbstract, setBody, setSynchronized
 
Methods inherited from class org.objectweb.jac.ide.Member
getFullName, getGenerationFullName, getGenerationName, getParent, getProject, getVisibility, isStatic, setParent, setStatic, setVisibility
 
Methods inherited from class org.objectweb.jac.ide.TypedElement
getToString, getType, getTypeName, isArray, setArray, setType
 
Methods inherited from class org.objectweb.jac.ide.ModelElement
addConfigItem, addEndingLink, addLink, getConfigItems, getDescription, getEndingLinks, getLinks, getName, remove, removeEndingLink, removeLink, setDescription, setEndingLinks, setLinks, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.jac.ide.Element
getName
 

Constructor Detail

AspectMethod

public AspectMethod()