Uses of Class
gg.jte.runtime.ClassInfo
Packages that use ClassInfo
Package
Description
-
Uses of ClassInfo in gg.jte.compiler
Fields in gg.jte.compiler with type parameters of type ClassInfoModifier and TypeFieldDescriptionprivate final ConcurrentHashMap<String, ClassInfo> TemplateCompiler.templateByClassNameMethods in gg.jte.compiler that return ClassInfoModifier and TypeMethodDescriptionTemplateCompiler.generateTemplateCall(String simpleName, String extension, LinkedHashSet<ClassDefinition> classDefinitions, LinkedHashSet<TemplateDependency> templateDependencies, DebugInfo debugInfo) TemplateCompiler.generateTemplateCall(String name, LinkedHashSet<ClassDefinition> classDefinitions, LinkedHashSet<TemplateDependency> templateDependencies, DebugInfo debugInfo) protected ClassInfoTemplateCompiler.getClassInfo(ClassLoader classLoader, String className) Methods in gg.jte.compiler with parameters of type ClassInfoModifier and TypeMethodDescriptionprivate CodeGeneratorTemplateCompiler.createCodeGenerator(ClassInfo classInfo, LinkedHashSet<ClassDefinition> classDefinitions, LinkedHashSet<TemplateDependency> templateDependencies) Method parameters in gg.jte.compiler with type arguments of type ClassInfoModifier and TypeMethodDescriptionvoidClassCompiler.compile(String[] files, List<String> classPath, TemplateConfig config, Path classDirectory, Map<String, ClassInfo> templateByClassName) Constructors in gg.jte.compiler with parameters of type ClassInfo -
Uses of ClassInfo in gg.jte.compiler.extensionsupport
Fields in gg.jte.compiler.extensionsupport declared as ClassInfoConstructors in gg.jte.compiler.extensionsupport with parameters of type ClassInfoModifierConstructorDescriptionExtensionTemplateDescription(ClassDefinition classDefinition, ClassInfo classInfo) -
Uses of ClassInfo in gg.jte.compiler.java
Fields in gg.jte.compiler.java declared as ClassInfoMethod parameters in gg.jte.compiler.java with type arguments of type ClassInfoModifier and TypeMethodDescriptionvoidJavaClassCompiler.compile(String[] files, List<String> classPath, TemplateConfig config, Path classDirectory, Map<String, ClassInfo> templateByClassName) private static StringJavaClassCompiler.getErrorMessage(String errors, Path classDirectory, Map<String, ClassInfo> templateByClassName) private voidJavaClassCompiler.runCompiler(String[] args, Path classDirectory, Map<String, ClassInfo> templateByClassName) Constructors in gg.jte.compiler.java with parameters of type ClassInfoModifierConstructorDescriptionJavaCodeGenerator(TemplateCompiler compiler, TemplateConfig config, ConcurrentHashMap<String, List<ParamInfo>> paramOrder, ClassInfo classInfo, LinkedHashSet<ClassDefinition> classDefinitions, LinkedHashSet<TemplateDependency> templateDependencies) -
Uses of ClassInfo in gg.jte.models.runtime
Fields in gg.jte.models.runtime declared as ClassInfoModifier and TypeFieldDescriptionprivate final ClassInfoStaticJteModel.StaticTemplateLoader.classInfoMethods in gg.jte.models.runtime that return ClassInfoModifier and TypeMethodDescriptionprotected ClassInfoStaticJteModel.StaticTemplateLoader.getClassInfo(ClassLoader ignored, String className) -
Uses of ClassInfo in gg.jte.runtime
Methods in gg.jte.runtime that return ClassInfoModifier and TypeMethodDescriptionprotected ClassInfoRuntimeTemplateLoader.getClassInfo(ClassLoader classLoader, String className) protected abstract ClassInfoTemplateLoader.getClassInfo(ClassLoader classLoader, String className) Methods in gg.jte.runtime with parameters of type ClassInfoModifier and TypeMethodDescriptionprivate intTemplateLoader.resolveLineNumber(ClassInfo classInfo, int lineNumber)