- allTypesSource
-
private Str:TypeDef allTypes
- consumeSource
-
private TokenVal consume(Token? expected := null)
- consumeIdSource
-
private Str consumeId()
- curtSource
-
private Token curt()
- isSysSource
-
private Bool isSys := false
- makeSource
-
new make(Compiler compiler, CompilationUnit unit, Str:TypeDef allTypes)
- parseSource
-
Void parse()
- parseTypeSource
-
private Void parseType(TokenVal tok)
- parseUsingSource
-
private Void parseUsing(TokenVal tok)
- posSource
-
private Int pos
- tokensSource
-
private TokenVal[] tokens
- unitSource
-
private CompilationUnit unit
- verifySource
-
private Void verify(Token expected)