|
![]() 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
public abstract class AdjunctSource
Abstracts the source of a CAL adjunct. This abstraction allows the CAL compiler and typechecker to accept adjuncts in different representations (e.g. text and source model), and to process them accordingly.
| Nested Class Summary | |
|---|---|
static class |
AdjunctSource.FromSourceModel
Encapsulates the definition of an adjunct in source model form. |
static class |
AdjunctSource.FromText
Encapsulates the definition of an adjunct contained in text. |
| Method Summary | |
|---|---|
abstract 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 |
| Method Detail |
|---|
public abstract String toString()
toString in class Object
|
![]() 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 | |||||||||