public class ScalarCodeGen extends CompoundCodeGen
| Modifier and Type | Method and Description |
|---|---|
void |
addDecodeStatements(CodeGeneratorContext ctx) |
void |
addEncodeStatements(CodeGeneratorContext ctx) |
static ScalarCodeGen |
create(CompoundCodeGen parent,
TypeMirror type) |
static ScalarCodeGen |
create(CompoundCodeGen parent,
TypeMirror type,
CodeGeneratorDelegate delegate) |
static CodeGeneratorDelegate |
getDelegate(TypeMirror type) |
getChildCodeGen, getType, hasParentclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddSetNullStatementspublic static CodeGeneratorDelegate getDelegate(TypeMirror type)
public static ScalarCodeGen create(CompoundCodeGen parent, TypeMirror type)
public static ScalarCodeGen create(CompoundCodeGen parent, TypeMirror type, CodeGeneratorDelegate delegate)
public void addEncodeStatements(CodeGeneratorContext ctx)
public void addDecodeStatements(CodeGeneratorContext ctx)
Copyright © 2015–2016. All rights reserved.