Uses of Interface
org.apache.sling.scripting.sightly.java.compiler.ClassInfo
-
Packages that use ClassInfo Package Description org.apache.sling.scripting.sightly.java.compiler Licensed to the Apache Software Foundation (ASF) under one or more contributor license agreements. -
-
Uses of ClassInfo in org.apache.sling.scripting.sightly.java.compiler
Methods in org.apache.sling.scripting.sightly.java.compiler with parameters of type ClassInfo Modifier and Type Method Description CompilationOutput
GlobalShadowCheckBackendCompiler. build(ClassInfo classInfo)
String
JavaClassBackendCompiler. build(ClassInfo classInfo)
Provided the class information, this method will build the source code for the generated Java class.
-