public class Translator extends Object
Constructor and Description |
---|
Translator() |
Modifier and Type | Method and Description |
---|---|
String |
getImports() |
static int |
scanComments(String string,
int offset,
boolean next) |
static int[] |
scanConstruct(String string,
int offset,
String start,
String stop,
String escape,
boolean recurse,
boolean code) |
static int[] |
scanInstruction(String string,
int offset) |
static int |
scanSpaces(String string,
int offset) |
String |
translate(String code) |
public String getImports()
public static int[] scanConstruct(String string, int offset, String start, String stop, String escape, boolean recurse, boolean code)
public static int[] scanInstruction(String string, int offset)
public static int scanComments(String string, int offset, boolean next)
public static int scanSpaces(String string, int offset)
Copyright © 2024. All rights reserved.