Class With
java.lang.Object
|
+----With
- public class With
- extends Object
- implements Type
Additive product type.
-
With(Type, Type)
-
-
astString(int)
-
-
leftSubterm()
-
-
rightSubterm()
-
-
toString()
-
-
type()
-
-
variable()
-
With
public With(Type l,
Type r)
variable
public Variable variable() throws LLFException
leftSubterm
public Type leftSubterm() throws LLFException
rightSubterm
public Type rightSubterm() throws LLFException
type
public int type()
toString
public String toString()
- Overrides:
- toString in class Object
astString
public String astString(int indent)