[all packages]
[package ]
[class hierarchy]
[index]
public class PremonJJTDecComp
(source file: PremonJJTDecComp.java)
java.lang.Object
|
+----Printable
|
+----PremonJJTNode
|
+----PremonJJTDec
|
+----PremonJJTDecComp
The pure class interface.
public class PremonJJTDecComp
extends PremonJJTDec
-
The composition of two declarations.
- Author:
- Alan Jeffrey
- Version: v1.0 1998/06/10

PremonJJTDecComp(int)
-

desugar(PremonCon)
-
getBind()
-
print(Printer)
-

PremonJJTDecComp
public PremonJJTDecComp(int id);

print
public void print(Printer p);
getBind
public PremonCon getBind()
throws TypeError;
desugar
public PremonDec desugar(PremonCon Gamma)
throws TypeError;
[all packages]
[package ]
[class hierarchy]
[index]
PremonJJTDecComp.html