public class VBtoJavaConverter extends Converter implements JavaConstants
NEW_LINE, OS_NEW_LINEJAVA_PRIMITIVE_BOOLEAN, JAVA_PRIMITIVE_BYTE, JAVA_PRIMITIVE_INTEGER, JAVA_PRIMITIVE_LONG, MODIFIER_FINAL, MODIFIER_STATIC, MODIFIER_SYNCHR, SCOPE_PROTECTED| Constructor and Description |
|---|
VBtoJavaConverter() |
| Modifier and Type | Method and Description |
|---|---|
static HashMap<String,String> |
convertModifiers(HashMap<String,String> modifiers) |
static String |
convertType(String vbType) |
void |
doConvert(String currentLine) |
String |
getSourceLangDelimiter() |
void |
loadCodeFile(String fileName) |
void |
loadCodeText(String codeText) |
startConversiondebug, getLenName, insertInstanceValue, printInstanceValues, toStringpublic void loadCodeFile(String fileName) throws IOException
loadCodeFile in class ConverterIOExceptionpublic void loadCodeText(String codeText) throws IOException
loadCodeText in class ConverterIOExceptionpublic static HashMap<String,String> convertModifiers(HashMap<String,String> modifiers)
public String getSourceLangDelimiter()
getSourceLangDelimiter in class ConverterCopyright © 2019 SMYLD. All rights reserved.