|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.openquark.cal.compiler.AdjunctSource
org.openquark.cal.compiler.AdjunctSource.FromSourceModel
public static class AdjunctSource.FromSourceModel
Encapsulates the definition of an adjunct in source model form.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class org.openquark.cal.compiler.AdjunctSource |
|---|
AdjunctSource.FromSourceModel, AdjunctSource.FromText |
| Constructor Summary | |
|---|---|
AdjunctSource.FromSourceModel(SourceModel.TopLevelSourceElement element)
Constructs an adjunct from a single source element. |
|
AdjunctSource.FromSourceModel(SourceModel.TopLevelSourceElement[] elements)
Constructs an adjunct from an array of source elements. |
|
| Method Summary | |
|---|---|
SourceModel.TopLevelSourceElement |
getElement(int i)
|
int |
getNElements()
|
String |
toString()
Converts the adjunct into its source text representation. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AdjunctSource.FromSourceModel(SourceModel.TopLevelSourceElement element)
element - the sole source element of the adjunctpublic AdjunctSource.FromSourceModel(SourceModel.TopLevelSourceElement[] elements)
elements - the source elements of the adjunct| Method Detail |
|---|
public String toString()
toString in class AdjunctSourcepublic int getNElements()
public SourceModel.TopLevelSourceElement getElement(int i)
i - the index for the desired element
ith element of this adjunct
|
![]() Quark Platform Documentation Version 1.7.0_0 Business Objects |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||