|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectxdc.services.spec.Node
xdc.services.spec.Unit
public class Unit
Method Summary | |
---|---|
Decl |
decl(java.lang.String name)
Deprecated. replaced by getDecl(String) |
Unit |
delegatesTo()
|
java.util.List<Decl.Fxn> |
getAllFxns()
|
java.util.List<Decl> |
getChildren()
|
java.util.List<Decl.Config> |
getConfigs()
|
Decl.Fxn |
getCreator()
Get the instance creation function for this unit. |
Decl |
getDecl(java.lang.String name)
Get the named declaration from this unit. |
java.util.List<Decl> |
getDecls()
Get all the declarations defined for this unit. |
java.util.Set<Unit> |
getEmbeds()
|
java.util.List<Decl.Fxn> |
getFxns()
|
java.util.List<Unit> |
getInherits()
|
java.util.List<Decl.Fxn> |
getInternFxns()
|
java.lang.String |
getPkgName()
|
java.util.List<Unit> |
getProxies()
|
java.lang.String |
getQualName()
|
Unit |
getSuper()
|
java.util.Set<Unit> |
getUses()
|
java.lang.String |
getXmlTag()
|
boolean |
hasCreateArgs()
|
boolean |
hasCustHdr()
|
boolean |
hasInstObj()
|
boolean |
isForwarding()
|
boolean |
isHeir()
|
boolean |
isProxy()
|
boolean |
isSized()
|
boolean |
needsRuntime()
|
java.lang.String |
queryFacet(java.lang.String tName)
Query unit for the specified facet type |
Methods inherited from class xdc.services.spec.Node |
---|
attrBool, attrInt, attrString, compareTo, getAtom, getAttrMap, getDocs, getName, getParent, getSession, getSummary, hasAttr, isExternal, isFinal, isInst, isInter, isInternal, isMeta, isMod, isNodoc, isOver, isReadonly, isStatic, isSys, makeXDoc |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Deprecated public final Decl decl(java.lang.String name)
getDecl(String)
public final Unit delegatesTo()
public final java.util.List<Decl.Fxn> getAllFxns()
public final Decl.Fxn getCreator()
public java.util.List<Decl> getChildren()
getChildren
in class Node
public final java.util.List<Decl.Config> getConfigs()
public final Decl getDecl(java.lang.String name)
public final java.util.List<Decl> getDecls()
public final java.util.Set<Unit> getEmbeds()
public final java.util.List<Decl.Fxn> getFxns()
public final java.util.List<Unit> getInherits()
public final java.util.List<Decl.Fxn> getInternFxns()
public final java.util.List<Unit> getProxies()
public final java.lang.String getPkgName()
getPkgName
in class Node
public final java.lang.String getQualName()
getQualName
in class Node
public final Unit getSuper()
public final java.util.Set<Unit> getUses()
public final java.lang.String getXmlTag()
getXmlTag
in class Node
public final boolean hasCustHdr()
public boolean hasCreateArgs()
public final boolean isForwarding()
public final boolean isHeir()
public final boolean isProxy()
public final boolean isSized()
public final boolean hasInstObj()
public final boolean needsRuntime()
public java.lang.String queryFacet(java.lang.String tName)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |