public class CodegenMethodWGraph extends Object
Constructor and Description |
---|
CodegenMethodWGraph(String name,
CodegenMethodFootprint footprint,
CodegenBlock block,
boolean isPublic,
List<EPTypeClass> thrown,
CodegenMethod originator) |
Modifier and Type | Method and Description |
---|---|
CodegenBlock |
getBlock() |
CodegenMethodFootprint |
getFootprint() |
String |
getName() |
CodegenMethod |
getOriginator() |
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) |
String |
toString() |
public CodegenMethodWGraph(String name, CodegenMethodFootprint footprint, CodegenBlock block, boolean isPublic, List<EPTypeClass> thrown, CodegenMethod originator)
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)
public CodegenMethod getOriginator()
Copyright © 2005–2022. All rights reserved.