|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SourceCode.Method | |
---|---|
org.apache.openjpa.persistence.util | OpenJPA JPA Utilities |
Uses of SourceCode.Method in org.apache.openjpa.persistence.util |
---|
Methods in org.apache.openjpa.persistence.util that return SourceCode.Method | |
---|---|
SourceCode.Method |
SourceCode.Method.addArgument(SourceCode.Argument<org.apache.openjpa.persistence.util.SourceCode.ClassName,String> arg)
|
SourceCode.Method |
SourceCode.Method.addArgument(String className,
String argName)
|
SourceCode.Method |
SourceCode.Method.addCodeLine(String line)
|
SourceCode.Method |
SourceCode.Method.addCodeLine(String line,
boolean tabInc)
if tabInc = true, the current line, and all following lines will be tabbed. |
protected SourceCode.Method |
SourceCode.Class.addMethod(String m,
org.apache.openjpa.persistence.util.SourceCode.ClassName retType)
|
SourceCode.Method |
SourceCode.Class.addMethod(String m,
String retType)
|
SourceCode.Method |
SourceCode.Method.makeAbstract()
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |