Package gw.lang.reflect.gs
Interface IGosuClassParser
-
- All Superinterfaces:
IParserPart
public interface IGosuClassParser extends IParserPart
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparseDeclarations(IGosuClass gsClass)voidparseDefinitions(IGosuClass gsClass)List<ParseException>resolveFunctionAndPropertyDecls(ISymbolTable table)-
Methods inherited from interface gw.lang.parser.IParserPart
getLineNumShift, getOffsetShift, getOwner, isDontOptimizeStatementLists, setDontOptimizeStatementLists, setLineNumShift, setValidator
-
-
-
-
Method Detail
-
parseDeclarations
void parseDeclarations(IGosuClass gsClass) throws ParseResultsException
- Throws:
ParseResultsException
-
parseDefinitions
void parseDefinitions(IGosuClass gsClass) throws ParseResultsException
- Throws:
ParseResultsException
-
resolveFunctionAndPropertyDecls
List<ParseException> resolveFunctionAndPropertyDecls(ISymbolTable table)
-
-