Class AbstractProcessor
- Namespace
- Javax.Annotation.Processing
- Assembly
- MASES.JNet.dll
public class AbstractProcessor : Processor, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, IProcessor
- Inheritance
-
AbstractProcessor
- Implements
- Extension Methods
Constructors
AbstractProcessor(IJVMBridgeBaseInitializer)
Initializer used internally by JCOBridge. Do not use directly.
[Obsolete("This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public AbstractProcessor(IJVMBridgeBaseInitializer initializer)
Parameters
initializerIJVMBridgeBaseInitializer
Properties
BridgeClassName
Java class name to be instantiated
public override string BridgeClassName { get; }
Property Value
IsBridgeAbstract
true if the BridgeClassName is an abstract class, i.e. cannot be created an instance
public override bool IsBridgeAbstract { get; }
Property Value
IsBridgeCloseable
true if the BridgeClassName implements java.lang.AutoCloseable
public override bool IsBridgeCloseable { get; }
Property Value
IsBridgeInterface
true if the BridgeClassName is an interface, i.e. does not have any public constructor
public override bool IsBridgeInterface { get; }
Property Value
IsBridgeStatic
true if the BridgeClassName is a static class, i.e. does not have any public constructor
public override bool IsBridgeStatic { get; }
Property Value
SupportedAnnotationTypes
public Set<String> SupportedAnnotationTypes { get; }
Property Value
SupportedOptions
public Set<String> SupportedOptions { get; }
Property Value
SupportedSourceVersion
public SourceVersion SupportedSourceVersion { get; }
Property Value
Methods
GetCompletions<ReturnExtendsJavax_Annotation_Processing_Completion>(Element, AnnotationMirror, ExecutableElement, String)
public Iterable<ReturnExtendsJavax_Annotation_Processing_Completion> GetCompletions<ReturnExtendsJavax_Annotation_Processing_Completion>(Element arg0, AnnotationMirror arg1, ExecutableElement arg2, String arg3) where ReturnExtendsJavax_Annotation_Processing_Completion : Completion
Parameters
arg0Elementarg1AnnotationMirrorarg2ExecutableElementarg3String
Returns
Type Parameters
ReturnExtendsJavax_Annotation_Processing_Completion
Init(ProcessingEnvironment)
public void Init(ProcessingEnvironment arg0)
Parameters
Process<Arg0ExtendsJavax_Lang_Model_Element_TypeElement>(Set<Arg0ExtendsJavax_Lang_Model_Element_TypeElement>, RoundEnvironment)
public bool Process<Arg0ExtendsJavax_Lang_Model_Element_TypeElement>(Set<Arg0ExtendsJavax_Lang_Model_Element_TypeElement> arg0, RoundEnvironment arg1) where Arg0ExtendsJavax_Lang_Model_Element_TypeElement : TypeElement
Parameters
arg0Set<Arg0ExtendsJavax_Lang_Model_Element_TypeElement>arg1RoundEnvironment
Returns
Type Parameters
Arg0ExtendsJavax_Lang_Model_Element_TypeElement