[Java] Interface SignatureCodec
public interface SignatureCodec
A signature codec is responsible for encoding and decoding of inferred returned types as stored in bytecode. The signature must contain an appropriate version number so that future versions of Groovy remain capable of decoding previous versions.
Methods Summary
Type Params | Return Type | Name and description |
---|---|---|
public ClassNode |
decode(String signature) | |
public String |
encode(ClassNode node) |
© 2003-2020 The Apache Software Foundation
Licensed under the Apache license.
https://docs.groovy-lang.org/3.0.7/html/gapi/org/codehaus/groovy/transform/stc/SignatureCodec.html