Package gw.lang.reflect.gs
Interface IGosuClassParser
- All Superinterfaces:
IParserPart
- All Known Implementing Classes:
GosuClassParser
-
Method Summary
Modifier and TypeMethodDescriptionvoidparseDeclarations(IGosuClass gsClass) voidparseDefinitions(IGosuClass gsClass) Methods inherited from interface gw.lang.parser.IParserPart
getLineNumShift, getOffsetShift, getOwner, isDontOptimizeStatementLists, setDontOptimizeStatementLists, setLineNumShift, setValidator
-
Method Details
-
parseDeclarations
- Throws:
ParseResultsException
-
parseDefinitions
- Throws:
ParseResultsException
-
resolveFunctionAndPropertyDecls
-