Interface TypeOwner


public interface TypeOwner
State can implement this method to be notified by DataType vocabulary about the result of parsing.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onEndChildType(Expression datatype, String typeName)
     
  • Method Details