anvil.script
Class Verifier

java.lang.Object
  |
  +--anvil.script.Verifier

public class Verifier
extends java.lang.Object

class Verifier


Constructor Summary
Verifier(ErrorListener context)
           
 
Method Summary
 void checkClass(ClassType classtype)
           
 void checkClass(ClassType classtype, InterfaceType interfacetype)
           
 void checkInterface(InterfaceType interfacetype)
           
 void checkScope(Scope scope)
           
 void verifyClass(ClassType classtype)
           
 void verifyInterface(InterfaceType interfacetype)
           
 void verifyScope(Scope scope)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Verifier

public Verifier(ErrorListener context)
Method Detail

verifyScope

public void verifyScope(Scope scope)

verifyClass

public void verifyClass(ClassType classtype)

verifyInterface

public void verifyInterface(InterfaceType interfacetype)

checkScope

public void checkScope(Scope scope)

checkClass

public void checkClass(ClassType classtype)

checkClass

public void checkClass(ClassType classtype,
                       InterfaceType interfacetype)

checkInterface

public void checkInterface(InterfaceType interfacetype)