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

PremonConComp(PremonCon, PremonCon)
-

binds(PremonVar)
-
hide(PremonCon)
-
lookup(String)
-
print(Printer)
-
semantics()
-
shuffleFromVar(PremonVar)
-
shuffleTo(PremonCon)
-
shuffleToVar(PremonVar)
-
uniq()
-

PremonConComp
public PremonConComp(PremonCon Gamma1,
PremonCon Gamma2);

print
public void print(Printer p);
lookup
public PremonVar lookup(String s)
throws TypeError;
hide
public PremonCon hide(PremonCon Gamma);
uniq
public PremonCon uniq();
binds
public boolean binds(PremonVar x);
semantics
public Obj semantics();
shuffleTo
public Shuffle shuffleTo(PremonCon Gamma);
shuffleFromVar
public Shuffle shuffleFromVar(PremonVar x);
shuffleToVar
public Shuffle shuffleToVar(PremonVar x);
[all packages]
[package ]
[class hierarchy]
[index]
PremonConComp.html