Skip to content
Snippets Groups Projects
Commit 22a5a272 authored by Sven Gestegård Robertz's avatar Sven Gestegård Robertz
Browse files

design idea in comment

parent c6e943c4
No related branches found
No related tags found
No related merge requests found
...@@ -55,7 +55,9 @@ public class TypeDefParser implements TypeDef.Handler, TypeBinding.Handler { ...@@ -55,7 +55,9 @@ public class TypeDefParser implements TypeDef.Handler, TypeBinding.Handler {
if(d.getTypeIndex() == Constant.TYPE_BIND_SELF){ if(d.getTypeIndex() == Constant.TYPE_BIND_SELF){
//TODO: make the sample_def signature a TypeDef. //TODO: make the sample_def signature a TypeDef.
// e.g., by looking up the signature in the decoder // e.g., by looking up the signature in the decoder
// (how to expose that?) // (how to expose that? A good option may be to
// make this internal to the Decoder, and just expose a
// HierarchicalTypeDef for user code to register handlers for)
//td = typeDefs.get(d.getTypeIndex()); //td = typeDefs.get(d.getTypeIndex());
//XXX this will return a SelfBinding (w/o a signature) //XXX this will return a SelfBinding (w/o a signature)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment