Meinte Boersma

Avatar
  • Total activity 16
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 1
  • Subscriptions 5
  • Created

    Annoying warning during generation for an extended language.

    I've created an extension of the XML language by extending the concept `XmlContent` to a concept `XmlSqlQuery` which holds an instance of a `Query`-concept from (you guessed it!) an SQL language we...
    • 3 followers
    • 4 comments
    • 0 votes
  • Created

    Obtain enumerations of a language.

    It's easy to reflectively get a hold of all concepts in a language('s structure): SLanguage.getConcepts(). However, I also would need the enumerations and SLanguage.getEnumerations() doesn't exist....
    • 2 followers
    • 3 comments
    • 1 vote
  • Created

    get enumeration for enumeration-valued property of concept

    I'm trying to do reflection on the structure of a language. This works fine through the API for that (`concept.getProperties()` etc.), except for enumeration-valued properties whose `.getType()` re...
    • 2 followers
    • 6 comments
    • 1 vote