Uses of Class
de.grogra.xl.compiler.CClass
Packages that use CClass
Package
Description
-
Uses of CClass in de.grogra.rgg.model
Methods in de.grogra.rgg.model with parameters of type CClassModifier and TypeMethodDescriptionType<?>[]
CompilationFilter.compile
(CClass shell, ClassLoader parentLoader) -
Uses of CClass in de.grogra.xl.compiler
Methods in de.grogra.xl.compiler that return CClassMethods in de.grogra.xl.compiler with parameters of type CClassModifier 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) Constructors in de.grogra.xl.compiler with parameters of type CClass -
Uses of CClass in de.grogra.xl.compiler.scope
Methods in de.grogra.xl.compiler.scope that return CClassModifier and TypeMethodDescriptionScope.getDeclaredType()
Returns the type of the innermost enclosing type declaration.TypeScope.getDeclaredType()
Methods in de.grogra.xl.compiler.scope with parameters of type CClassModifier and TypeMethodDescriptionvoid
CompilationUnitScope.declareLocalClass
(CClass type) void
CompilationUnitScope.declareType
(CClass type) Constructors in de.grogra.xl.compiler.scope with parameters of type CClass -
Uses of CClass in de.grogra.xl.expr
Methods in de.grogra.xl.expr with parameters of type CClassModifier and TypeMethodDescriptionvoid
void
GetField.useAccessMethod
(CClass amc) void
Invoke.useAccessMethod
(CClass amc)