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 CompilationUnitScopeCompiler.compilationUnit(antlr.collections.AST _t, ClassPath cpath, Scope imports, Annotation[] annotations, String source, CClass shell) protected CompilationUnitScopeCompiler.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 CompilationUnitScopeCompilerBase.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 TypeMethodDescriptionvoidCompilationUnitScope.declareLocalClass(CClass type) voidCompilationUnitScope.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 TypeMethodDescriptionvoidvoidGetField.useAccessMethod(CClass amc) voidInvoke.useAccessMethod(CClass amc)