Class Spanned
public class Spanned : CharSequence, IDynamicMetaObjectProvider, IJVMBridgeCore, IEquatable<IJVMBridgeBaseInstance>, IDisposable, IJVMBridgeBaseStatic, IJVMBridgeBase, IJVMBridgeBaseInstance, IJVMBridgeDefinition, ISpanned, ICharSequence
- Inheritance
-
Spanned
- Implements
- Derived
- Inherited Members
- Extension Methods
Constructors
Spanned(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 Spanned(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
SPAN_COMPOSING
public static int SPAN_COMPOSING { get; set; }
Property Value
SPAN_EXCLUSIVE_EXCLUSIVE
public static int SPAN_EXCLUSIVE_EXCLUSIVE { get; set; }
Property Value
SPAN_EXCLUSIVE_INCLUSIVE
public static int SPAN_EXCLUSIVE_INCLUSIVE { get; set; }
Property Value
SPAN_INCLUSIVE_EXCLUSIVE
public static int SPAN_INCLUSIVE_EXCLUSIVE { get; set; }
Property Value
SPAN_INCLUSIVE_INCLUSIVE
public static int SPAN_INCLUSIVE_INCLUSIVE { get; set; }
Property Value
SPAN_INTERMEDIATE
public static int SPAN_INTERMEDIATE { get; set; }
Property Value
SPAN_MARK_MARK
public static int SPAN_MARK_MARK { get; set; }
Property Value
SPAN_MARK_POINT
public static int SPAN_MARK_POINT { get; set; }
Property Value
SPAN_PARAGRAPH
public static int SPAN_PARAGRAPH { get; set; }
Property Value
SPAN_POINT_MARK
public static int SPAN_POINT_MARK { get; set; }
Property Value
SPAN_POINT_MARK_MASK
public static int SPAN_POINT_MARK_MASK { get; set; }
Property Value
SPAN_POINT_POINT
public static int SPAN_POINT_POINT { get; set; }
Property Value
SPAN_PRIORITY
public static int SPAN_PRIORITY { get; set; }
Property Value
SPAN_PRIORITY_SHIFT
public static int SPAN_PRIORITY_SHIFT { get; set; }
Property Value
SPAN_USER
public static int SPAN_USER { get; set; }
Property Value
SPAN_USER_SHIFT
public static int SPAN_USER_SHIFT { get; set; }
Property Value
Methods
GetSpanEnd(object)
public int GetSpanEnd(object arg0)
Parameters
Returns
GetSpanFlags(object)
public int GetSpanFlags(object arg0)
Parameters
Returns
GetSpanStart(object)
public int GetSpanStart(object arg0)
Parameters
Returns
GetSpans<T>(int, int, Class)
public T[] GetSpans<T>(int arg0, int arg1, Class arg2)
Parameters
Returns
- T[]
T
Type Parameters
T
NextSpanTransition(int, int, Class)
public int NextSpanTransition(int arg0, int arg1, Class arg2)