Class Processor
- Namespace
- Javax.Annotation.Processing
- Assembly
- MASES.JNet.dll
public class Processor : JVMBridgeBase<Processor>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition, IProcessor
- Inheritance
-
Processor
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
Processor()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
[Obsolete("Processor class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Processor()
Processor(params object[])
Generic constructor: it is useful for JCOBridge when there is a derived class which needs to pass arguments to the highest JVMBridgeBase class
[Obsolete("Processor class represents, in .NET, an instance of a JVM interface or abstract class. This public initializer is needed for JCOBridge internal use, other uses can produce unidentible behaviors.")]
public Processor(params object[] args)
Parameters
args
object[]
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 Closeable
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
arg0
Elementarg1
AnnotationMirrorarg2
ExecutableElementarg3
String
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
arg0
Set<Arg0ExtendsJavax_Lang_Model_Element_TypeElement>arg1
RoundEnvironment
Returns
Type Parameters
Arg0ExtendsJavax_Lang_Model_Element_TypeElement