Package system.linq.expressions
Class ExpressionType
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.linq.expressions.ExpressionType
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class ExpressionType extends NetObject
The base .NET class managing System.Linq.Expressions.ExpressionType, System.Linq.Expressions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.Linq.Expressions.ExpressionType
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
-
Constructor Summary
Constructors Constructor Description ExpressionType()
ExpressionType(java.lang.Object instance)
Internal constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getJCOAssemblyName()
Returns the reflected Assembly namejava.lang.String
getJCOClassName()
Returns the reflected Class namejava.lang.Object
getJCOInstance()
Returns the instantiated classjava.lang.String
getJCOObjectName()
Returns the reflected Class name used to build the objectJCType
getJCOType()
Returns the instantiated class Type-
Methods inherited from class org.mases.jcobridge.netreflection.NetObject
cast, Equals, Equals, GetHashCode, GetType, hashCode, setJCOInstance, toString, ToString
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Linq.Expressions, Version=8.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Linq.Expressions- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.Linq.Expressions.ExpressionType- See Also:
- Constant Field Values
-
Add
public static ExpressionType Add
-
AddChecked
public static ExpressionType AddChecked
-
And
public static ExpressionType And
-
AndAlso
public static ExpressionType AndAlso
-
ArrayLength
public static ExpressionType ArrayLength
-
ArrayIndex
public static ExpressionType ArrayIndex
-
Call
public static ExpressionType Call
-
Coalesce
public static ExpressionType Coalesce
-
Conditional
public static ExpressionType Conditional
-
Constant
public static ExpressionType Constant
-
Convert
public static ExpressionType Convert
-
ConvertChecked
public static ExpressionType ConvertChecked
-
Divide
public static ExpressionType Divide
-
Equal
public static ExpressionType Equal
-
ExclusiveOr
public static ExpressionType ExclusiveOr
-
GreaterThan
public static ExpressionType GreaterThan
-
GreaterThanOrEqual
public static ExpressionType GreaterThanOrEqual
-
Invoke
public static ExpressionType Invoke
-
Lambda
public static ExpressionType Lambda
-
LeftShift
public static ExpressionType LeftShift
-
LessThan
public static ExpressionType LessThan
-
LessThanOrEqual
public static ExpressionType LessThanOrEqual
-
ListInit
public static ExpressionType ListInit
-
MemberAccess
public static ExpressionType MemberAccess
-
MemberInit
public static ExpressionType MemberInit
-
Modulo
public static ExpressionType Modulo
-
Multiply
public static ExpressionType Multiply
-
MultiplyChecked
public static ExpressionType MultiplyChecked
-
Negate
public static ExpressionType Negate
-
UnaryPlus
public static ExpressionType UnaryPlus
-
NegateChecked
public static ExpressionType NegateChecked
-
New
public static ExpressionType New
-
NewArrayInit
public static ExpressionType NewArrayInit
-
NewArrayBounds
public static ExpressionType NewArrayBounds
-
Not
public static ExpressionType Not
-
NotEqual
public static ExpressionType NotEqual
-
Or
public static ExpressionType Or
-
OrElse
public static ExpressionType OrElse
-
Parameter
public static ExpressionType Parameter
-
Power
public static ExpressionType Power
-
Quote
public static ExpressionType Quote
-
RightShift
public static ExpressionType RightShift
-
Subtract
public static ExpressionType Subtract
-
SubtractChecked
public static ExpressionType SubtractChecked
-
TypeAs
public static ExpressionType TypeAs
-
TypeIs
public static ExpressionType TypeIs
-
Assign
public static ExpressionType Assign
-
Block
public static ExpressionType Block
-
DebugInfo
public static ExpressionType DebugInfo
-
Decrement
public static ExpressionType Decrement
-
Dynamic
public static ExpressionType Dynamic
-
Default
public static ExpressionType Default
-
Extension
public static ExpressionType Extension
-
Goto
public static ExpressionType Goto
-
Increment
public static ExpressionType Increment
-
Index
public static ExpressionType Index
-
Label
public static ExpressionType Label
-
RuntimeVariables
public static ExpressionType RuntimeVariables
-
Loop
public static ExpressionType Loop
-
Switch
public static ExpressionType Switch
-
Throw
public static ExpressionType Throw
-
Try
public static ExpressionType Try
-
Unbox
public static ExpressionType Unbox
-
AddAssign
public static ExpressionType AddAssign
-
AndAssign
public static ExpressionType AndAssign
-
DivideAssign
public static ExpressionType DivideAssign
-
ExclusiveOrAssign
public static ExpressionType ExclusiveOrAssign
-
LeftShiftAssign
public static ExpressionType LeftShiftAssign
-
ModuloAssign
public static ExpressionType ModuloAssign
-
MultiplyAssign
public static ExpressionType MultiplyAssign
-
OrAssign
public static ExpressionType OrAssign
-
PowerAssign
public static ExpressionType PowerAssign
-
RightShiftAssign
public static ExpressionType RightShiftAssign
-
SubtractAssign
public static ExpressionType SubtractAssign
-
AddAssignChecked
public static ExpressionType AddAssignChecked
-
MultiplyAssignChecked
public static ExpressionType MultiplyAssignChecked
-
SubtractAssignChecked
public static ExpressionType SubtractAssignChecked
-
PreIncrementAssign
public static ExpressionType PreIncrementAssign
-
PreDecrementAssign
public static ExpressionType PreDecrementAssign
-
PostIncrementAssign
public static ExpressionType PostIncrementAssign
-
PostDecrementAssign
public static ExpressionType PostDecrementAssign
-
TypeEqual
public static ExpressionType TypeEqual
-
OnesComplement
public static ExpressionType OnesComplement
-
IsTrue
public static ExpressionType IsTrue
-
IsFalse
public static ExpressionType IsFalse
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Assembly name- Specified by:
getJCOAssemblyName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOAssemblyName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Assembly
-
getJCOClassName
public java.lang.String getJCOClassName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name- Specified by:
getJCOClassName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOClassName
in classNetObject
- Returns:
- A
String
representing the Fullname of reflected Class
-
getJCOObjectName
public java.lang.String getJCOObjectName()
Description copied from interface:IJCOBridgeReflected
Returns the reflected Class name used to build the object- Specified by:
getJCOObjectName
in interfaceIJCOBridgeReflected
- Overrides:
getJCOObjectName
in classNetObject
- Returns:
- A
String
representing the name used to allocated the object in CLR context
-
getJCOInstance
public java.lang.Object getJCOInstance()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class- Specified by:
getJCOInstance
in interfaceIJCOBridgeReflected
- Overrides:
getJCOInstance
in classNetObject
- Returns:
- An
Object
representing the CLR instance of the instantiated Class
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflected
Returns the instantiated class Type- Specified by:
getJCOType
in interfaceIJCOBridgeReflected
- Overrides:
getJCOType
in classNetObject
- Returns:
- A
JCType
representing the CLR Type of the instantiated Class
-
-