public class CodegenMethodWGraph extends Object
Constructor and Description |
---|
CodegenMethodWGraph(String name,
CodegenMethodFootprint footprint,
CodegenBlock block,
boolean isPublic,
List<Class> thrown) |
Modifier and Type | Method and Description |
---|---|
CodegenBlock |
getBlock() |
CodegenMethodFootprint |
getFootprint() |
String |
getName() |
boolean |
isPublic() |
boolean |
isStatic() |
void |
mergeClasses(Set<Class> classes) |
void |
render(StringBuilder builder,
Map<Class,String> imports,
boolean isPublic,
boolean isInnerClass,
CodegenIndent indent,
int additionalIndent) |
CodegenMethodWGraph |
setStatic(boolean aStatic) |
public CodegenMethodWGraph(String name, CodegenMethodFootprint footprint, CodegenBlock block, boolean isPublic, List<Class> thrown)
public void render(StringBuilder builder, Map<Class,String> imports, boolean isPublic, boolean isInnerClass, CodegenIndent indent, int additionalIndent)
public String getName()
public CodegenMethodFootprint getFootprint()
public CodegenBlock getBlock()
public boolean isPublic()
public boolean isStatic()
public CodegenMethodWGraph setStatic(boolean aStatic)
Copyright © 2005–2018. All rights reserved.