Interface TypeOwner


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

      • onEndChildType

        void onEndChildType​(Expression datatype,
                            java.lang.String typeName)