public abstract class CompoundCodeGen extends Object implements CodeGen
| Constructor and Description |
|---|
CompoundCodeGen(CompoundCodeGen parent,
TypeMirror type) |
| Modifier and Type | Method and Description |
|---|---|
protected CodeGen |
getChildCodeGen() |
TypeMirror |
getType() |
protected boolean |
hasParent() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddDecodeStatements, addEncodeStatements, addSetNullStatementspublic CompoundCodeGen(CompoundCodeGen parent, TypeMirror type)
public TypeMirror getType()
protected CodeGen getChildCodeGen()
protected boolean hasParent()
Copyright © 2015–2016. All rights reserved.