public class Match extends Group
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Text.RegularExpressions.Match
Powered by JCOBridge: more info at https://www.jcobridge.com
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System.Text.RegularExpressions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: System.Text.RegularExpressions
|
static java.lang.String |
className
Qualified class name: System.Text.RegularExpressions.Match
|
static org.mases.jcobridge.JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
Match() |
Match(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static Match |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into Match, a cast assert is made to check if types are compatible. |
static Match |
getEmpty() |
GroupCollection |
getGroups() |
java.lang.String |
getJCOAssemblyName()
Returns the reflected Assembly name
|
java.lang.String |
getJCOClassName()
Returns the reflected Class name
|
java.lang.Object |
getJCOInstance()
Returns the instantiated class
|
java.lang.String |
getJCOObjectName()
Returns the reflected Class name used to build the object
|
org.mases.jcobridge.JCType |
getJCOType()
Returns the instantiated class Type
|
Match |
NextMatch() |
java.lang.String |
Result(java.lang.String replacement) |
void |
setJCOInstance(org.mases.jcobridge.JCObject instance) |
static Match |
Synchronized(Match inner) |
getCaptures, getName, getSuccess, SynchronizedgetIndex, getLength, getValue, setIndex, setLengthpublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public static org.mases.jcobridge.JCType classType
JCTypepublic Match()
throws java.lang.Throwable
java.lang.Throwablepublic Match(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static Match cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into Match, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedMatch instancejava.lang.Throwable - in case of error during cast operationpublic static Match getEmpty() throws java.lang.Throwable
java.lang.Throwablepublic GroupCollection getGroups() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class GroupString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class GroupString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class GroupObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class GroupString representing the name used to allocated the object
in CLR contextpublic org.mases.jcobridge.JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class GroupJCType representing the CLR Type of the instantiated Classpublic Match NextMatch() throws java.lang.Throwable, ArgumentNullException, ArgumentException, PlatformNotSupportedException, ObjectDisposedException, InvalidOperationException, ArgumentOutOfRangeException, NotSupportedException, NotImplementedException, RegexMatchTimeoutException
public java.lang.String Result(java.lang.String replacement)
throws java.lang.Throwable,
ArgumentException,
ArgumentOutOfRangeException,
ArgumentNullException,
InvalidOperationException,
PlatformNotSupportedException,
ArrayTypeMismatchException,
NotSupportedException,
ObjectDisposedException,
RankException,
IndexOutOfRangeException,
CultureNotFoundException,
FormatException,
RegexParseException
java.lang.ThrowableArgumentExceptionArgumentOutOfRangeExceptionArgumentNullExceptionInvalidOperationExceptionPlatformNotSupportedExceptionArrayTypeMismatchExceptionNotSupportedExceptionObjectDisposedExceptionRankExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionFormatExceptionRegexParseExceptionpublic void setJCOInstance(org.mases.jcobridge.JCObject instance)
setJCOInstance in class Grouppublic static Match Synchronized(Match inner) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, ArgumentNullException, InvalidOperationException, PlatformNotSupportedException, ArrayTypeMismatchException, NotSupportedException, ObjectDisposedException, RankException, IndexOutOfRangeException