|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.kilim.description.TemplateElementImpl
org.objectweb.kilim.description.InlinedElement
org.objectweb.kilim.description.TpMethod
org.objectweb.kilim.description.TpConstructor
Field Summary |
Fields inherited from class org.objectweb.kilim.description.TpMethod |
|
Fields inherited from class org.objectweb.kilim.description.InlinedElement |
|
Fields inherited from class org.objectweb.kilim.description.TemplateElementImpl |
|
Constructor Summary | |
TpConstructor(BasicElement aSupport,
boolean isP,
boolean isT,
TemplateDescription aTemplate)
A public constructor for "constructor" descriptions. |
|
TpConstructor(BasicElement aSupport,
TemplateDescription aTemplate)
A public constructor for "constructor" descriptions. |
Method Summary | |
int |
getKind()
returns the element kind. |
void |
isStatic(boolean jStatic)
|
Methods inherited from class org.objectweb.kilim.description.TpMethod |
addParameter, getMethodName, getParameter, getParameterNumber, getParameters, getSupport, insertParameter, isStatic, removeParameter, setMethodName, setSupport |
Methods inherited from class org.objectweb.kilim.description.InlinedElement |
getLocalName, getStatus, isEventSource, performsAction, providesValue, setLocalName, setStatus |
Methods inherited from class org.objectweb.kilim.description.TemplateElementImpl |
clone, getContainingTemplate, getTemplateDefHierarchy, setContainingTemplate |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.objectweb.kilim.description.TemplateElement |
clone, getContainingTemplate, getTemplateDefHierarchy, setContainingTemplate |
Constructor Detail |
public TpConstructor(BasicElement aSupport, boolean isP, boolean isT, TemplateDescription aTemplate) throws KilimException
aSupport
- : the support of the constructor. It is a ClassSourceisP
- : is true if the constructor can be used as a provider (is generally true).isT
- : is true if the constructor can be used as a transformer (through its side effects).aTemplate
- : the template in which the constructor is declared.
KilimException
- : generated if aSupport or aTemplate is null.public TpConstructor(BasicElement aSupport, TemplateDescription aTemplate) throws KilimException
aSupport
- : the support of the constructor. It is a ClassSourceaTemplate
- : the template in which the constructor is declared.
KilimException
- : generated if aSupport or aTemplate is null.Method Detail |
public void isStatic(boolean jStatic) throws KilimException
isStatic
in class TpMethod
KilimException
org.objectweb.kilim.description.MethodSourceImpl#isStatic(boolean)
public int getKind()
BasicElement
getKind
in interface BasicElement
getKind
in class TpMethod
BasicElement.getKind()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |