Class PatternType
public class PatternType : Enum<PatternType>, IDynamicMetaObjectProvider, IJVMBridgeCore, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeDefinition
- Inheritance
-
PatternType
- Implements
- Inherited Members
Constructors
PatternType()
Default constructor: even if the corresponding Java class does not have one, it is mandatory for JCOBridge
public PatternType()
PatternType(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
public PatternType(params object[] args)
Parameters
args
object[]
Properties
ANY
public static PatternType ANY { get; }
Property Value
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
LITERAL
public static PatternType LITERAL { get; }
Property Value
MATCH
public static PatternType MATCH { get; }
Property Value
PREFIXED
public static PatternType PREFIXED { get; }
Property Value
UNKNOWN
public static PatternType UNKNOWN { get; }
Property Value
Methods
Code()
public byte Code()
Returns
FromCode(byte)
public static PatternType FromCode(byte arg0)
Parameters
Returns
FromString(String)
public static PatternType FromString(String arg0)
Parameters
Returns
IsSpecific()
public bool IsSpecific()
Returns
IsUnknown()
public bool IsUnknown()
Returns
ValueOf(String)
public static PatternType ValueOf(String arg0)
Parameters
Returns
Values()
public static PatternType[] Values()