Class ScriptInterfaceProcessor
- java.lang.Object
-
- javax.annotation.processing.AbstractProcessor
-
- io.roastedroot.quickjs4j.processor.Quickjs4jAbstractProcessor
-
- io.roastedroot.quickjs4j.processor.ScriptInterfaceProcessor
-
- All Implemented Interfaces:
Processor
public class ScriptInterfaceProcessor extends Quickjs4jAbstractProcessor
-
-
Field Summary
-
Fields inherited from class javax.annotation.processing.AbstractProcessor
processingEnv
-
-
Constructor Summary
Constructors Constructor Description ScriptInterfaceProcessor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanprocess(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)-
Methods inherited from class io.roastedroot.quickjs4j.processor.Quickjs4jAbstractProcessor
annotatedWith, extractHasReturn, getSupportedAnnotationTypes, getSupportedSourceVersion
-
Methods inherited from class javax.annotation.processing.AbstractProcessor
getCompletions, getSupportedOptions, init, isInitialized
-
-
-
-
Method Detail
-
process
public boolean process(Set<? extends TypeElement> annotations, RoundEnvironment roundEnv)
- Specified by:
processin interfaceProcessor- Specified by:
processin classAbstractProcessor
-
-