Package system.text.regularexpressions
Class MatchEvaluator
- java.lang.Object
-
- org.mases.jcobridge.JCDelegate
-
- system.text.regularexpressions.MatchEvaluator
-
- All Implemented Interfaces:
org.mases.jcobridge.IJCEventEmit,IJCOBridgeReflected
public class MatchEvaluator extends org.mases.jcobridge.JCDelegate implements org.mases.jcobridge.IJCEventEmit, IJCOBridgeReflected
The base .NET class managing System.Text.RegularExpressions.MatchEvaluator, System.Text.RegularExpressions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a. ExtendsJCDelegate..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Text.RegularExpressions.MatchEvaluator
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringassemblyFullNameFully assembly qualified name: System.Text.RegularExpressions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3astatic java.lang.StringassemblyShortNameAssembly name: System.Text.RegularExpressionsstatic java.lang.StringclassNameQualified class name: System.Text.RegularExpressions.MatchEvaluatorstatic org.mases.jcobridge.JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description MatchEvaluator()MatchEvaluator(java.lang.Object instance)Internal constructor.MatchEvaluator(IMatchEvaluator instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.ObjectDelegateInvoked(java.lang.Object... argsFromJCOBridge)java.lang.StringDynamicInvoke(Match match)java.lang.ObjectEventRaised(java.lang.Object... argsFromJCOBridge)java.lang.StringgetJCOAssemblyName()Returns the reflected Assembly namejava.lang.StringgetJCOClassName()Returns the reflected Class namejava.lang.ObjectgetJCOInstance()Returns the instantiated classjava.lang.StringgetJCOObjectName()Returns the reflected Class name used to build the objectorg.mases.jcobridge.JCTypegetJCOType()Returns the instantiated class Typejava.lang.StringInvoke(Match match)Methods invoked in JVM when an event is raised in CLR
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Text.RegularExpressions, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Text.RegularExpressions- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Text.RegularExpressions.MatchEvaluator- See Also:
- Constant Field Values
-
classType
public static org.mases.jcobridge.JCType classType
The type managed from JCOBridge. SeeJCType
-
-
Constructor Detail
-
MatchEvaluator
public MatchEvaluator()
-
MatchEvaluator
public MatchEvaluator(IMatchEvaluator instance)
-
MatchEvaluator
public MatchEvaluator(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Returns:
- A
Stringrepresenting the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name- Specified by:
getJCOClassNamein interfaceIJCOBridgeReflected- Returns:
- A
Stringrepresenting the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Class name used to build the object- Specified by:
getJCOObjectNamein interfaceIJCOBridgeReflected- Returns:
- A
Stringrepresenting the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class- Specified by:
getJCOInstancein interfaceIJCOBridgeReflected- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
getJCOType
public org.mases.jcobridge.JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
EventRaised
public final java.lang.Object EventRaised(java.lang.Object... argsFromJCOBridge)
- Specified by:
EventRaisedin interfaceorg.mases.jcobridge.IJCEventEmit
-
DelegateInvoked
public final java.lang.Object DelegateInvoked(java.lang.Object... argsFromJCOBridge)
- Overrides:
DelegateInvokedin classorg.mases.jcobridge.JCDelegate
-
DynamicInvoke
public java.lang.String DynamicInvoke(Match match) throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
Invoke
public java.lang.String Invoke(Match match)
Methods invoked in JVM when an event is raised in CLR
-
-