public abstract class Method extends Variable
| Modifier and Type | Field and Description |
|---|---|
protected Vector<String> |
codeLines |
protected String |
returnType |
body, DefaultValue, modifiers, name, scope, SCOPE_PRIVATE, SCOPE_PUBLIC, typeNEW_LINE, OS_NEW_LINESRC_LANG_JAVA, SRC_LANG_PLSQL, SRC_LANG_VB6| Constructor and Description |
|---|
Method() |
Method(String Name) |
Method(String Name,
String Scope) |
Method(String Name,
String Scope,
String ReturnType) |
| Modifier and Type | Method and Description |
|---|---|
void |
addCodeLine(String newCodeLine) |
void |
addCodeLines(Vector<String> newCodeLines) |
void |
addParameter(String parameterName,
String parameterType) |
void |
addPrintingLineCode(String newCodeLine) |
String[] |
exctractDefinitionPart(String codeLine) |
String[] |
exctractParameters(String codeLine) |
void |
fillInParameters() |
String |
fillParameter(String name,
String type) |
abstract boolean |
parseMethod(String codeLine) |
String |
print() |
String |
print(int tabSeq) |
addModifier, fillInModifiers, getDefaultValue, getModifiers, getName, getSrcLang, getType, importVariable, setDefaultValue, setSrcLangdebug, getLenName, insertInstanceValue, printInstanceValues, toStringpublic Method()
public Method(String Name)
Copyright © 2019 SMYLD. All rights reserved.