Interface Validator<T>
- Type Parameters:
T- the element type to validate
- All Known Implementing Classes:
StackUnderflowValidator,ValidCodeBlockStackLevelValidator
public interface Validator<T>
Validator interface for EMFTVM.
-
Method Summary
-
Method Details
-
validate
Validatesobject.- Parameters:
object- the object to validate- Returns:
trueifobjectis valid
-