public class GosucProjectParser extends Object
| Modifier and Type | Method and Description |
|---|---|
ISourceCodeTokenizer |
getTokenizer() |
boolean |
match(String token,
int iType,
boolean bPeek) |
boolean |
matchOperator(String token,
boolean bPeek) |
boolean |
matchWord(String word,
boolean bPeek) |
static GosucProject |
parse(InputStream file,
ICustomParser custParser) |
static GosucProject |
parse(String strContent,
ICustomParser custParser) |
void |
verify(boolean bAssertion,
String errorMsg) |
public static GosucProject parse(InputStream file, ICustomParser custParser)
public static GosucProject parse(String strContent, ICustomParser custParser)
public ISourceCodeTokenizer getTokenizer()
public boolean matchWord(String word, boolean bPeek)
public boolean matchOperator(String token, boolean bPeek)
public boolean match(String token, int iType, boolean bPeek)
public void verify(boolean bAssertion,
String errorMsg)
Copyright © 2021. All rights reserved.