public class JavaMethod extends Method
| Modifier and Type | Field and Description |
|---|---|
static String |
RETURN_TYPE_VOID |
codeLines, returnTypebody, DefaultValue, modifiers, name, scope, SCOPE_PRIVATE, SCOPE_PUBLIC, typeNEW_LINE, OS_NEW_LINESRC_LANG_JAVA, SRC_LANG_PLSQL, SRC_LANG_VB6| Constructor and Description |
|---|
JavaMethod(String Name,
String Scope,
String ReturnType) |
JavaMethod(String Name,
String Scope,
String ReturnType,
boolean Construtor) |
| Modifier and Type | Method and Description |
|---|---|
void |
addExceptionThrowing(String exceptionClass) |
void |
addModifier(String newModifier) |
boolean |
parseMethod(String codeLine) |
String |
print(int tabSeq) |
addCodeLine, addCodeLines, addParameter, addPrintingLineCode, exctractDefinitionPart, exctractParameters, fillInParameters, fillParameter, printfillInModifiers, getDefaultValue, getModifiers, getName, getSrcLang, getType, importVariable, setDefaultValue, setSrcLangdebug, getLenName, insertInstanceValue, printInstanceValues, toStringpublic static final String RETURN_TYPE_VOID
public void addModifier(String newModifier)
addModifier in class Variablepublic boolean parseMethod(String codeLine)
parseMethod in class Methodpublic void addExceptionThrowing(String exceptionClass)
Copyright © 2019 SMYLD. All rights reserved.