|
Groovy 2.2.0 | |||||||
FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | METHOD | DETAIL: FIELD | METHOD |
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.
Method Summary | |
---|---|
ClassNode
|
decode(String signature)
|
String
|
encode(ClassNode node)
|
Method Detail |
---|
public ClassNode decode(String signature)
public String encode(ClassNode node)
Copyright © 2003-2013 The Codehaus. All rights reserved.