Uses of Class
de.grogra.xl.compiler.CClass
Package
Description
-
Uses of CClass in de.grogra.rgg.model
Modifier and TypeMethodDescriptionType<?>[]
CompilationFilter.compile
(CClass shell, ClassLoader parentLoader) -
Uses of CClass in de.grogra.xl.compiler
Modifier and TypeMethodDescriptionfinal CompilationUnitScope
Compiler.compilationUnit
(antlr.collections.AST _t, ClassPath cpath, Scope imports, Annotation[] annotations, String source, CClass shell) protected CompilationUnitScope
Compiler.compile
(ClassPath classPath, antlr.collections.AST tree, String source, Scope defaultImports, Annotation[] annotations, CClass shell) CompilerBase.compile
(CompilationUnit[] units, CClass shell, BytecodeWriter writer, FileSystem fs, Object dir, boolean keepExpressions) protected abstract CompilationUnitScope
CompilerBase.compile
(ClassPath classPath, antlr.collections.AST tree, String source, Scope defaultImports, Annotation[] annotations, CClass shell) byte[]
BytecodeWriter.toByteArray
(String source, CClass type) -
Uses of CClass in de.grogra.xl.compiler.scope
Modifier and TypeMethodDescriptionScope.getDeclaredType()
Returns the type of the innermost enclosing type declaration.TypeScope.getDeclaredType()
Modifier and TypeMethodDescriptionvoid
CompilationUnitScope.declareLocalClass
(CClass type) void
CompilationUnitScope.declareType
(CClass type) -
Uses of CClass in de.grogra.xl.expr
Modifier and TypeMethodDescriptionvoid
void
GetField.useAccessMethod
(CClass amc) void
Invoke.useAccessMethod
(CClass amc)