yafred / asn1-tool

A java tool to generate Java encoders and decoders from ASN.1 specifications.
MIT License
43 stars 22 forks source link

Fails to generate code for subtypes of constructed types #2

Closed yafred closed 6 years ago

yafred commented 6 years ago

Example:

      SearchResultDone ::= [APPLICATION 5] LDAPResult 

        LDAPResult ::= SEQUENCE { 
                resultCode      ENUMERATED { 
        ...

SearchResultDone inheriting from LDAPResult uses method getValue() not present in LDAPResult