All Packages Class Hierarchy This Package Previous Next Index
Interface aioli.vtp.Constraint
- public interface Constraint
- extends Cloneable
Defines the notion of constraint used with metavariables.
-
clone()
-
-
toString()
- Returns a String.
-
verify(Tree)
- Checks if the constraint is verified.
verify
public abstract boolean verify(Tree tree)
- Checks if the constraint is verified.
- Parameters:
- tree - The tree we want to check the constraint on.
- Returns:
- true if the constraint is verified, false otherwise.
toString
public abstract String toString()
- Returns a String.
- Overrides:
- toString in class Object
clone
public abstract Object clone()
- Overrides:
- clone in class Object
All Packages Class Hierarchy This Package Previous Next Index