Package microsoft.jscript
Class JSToken
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- microsoft.jscript.JSToken
-
- All Implemented Interfaces:
IJCOBridgeReflected
public class JSToken extends NetObject
The base .NET class managing Microsoft.JScript.JSToken, Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.JSToken
Powered by JCOBridge: more info at https://www.jcobridge.com
- Author:
- MASES s.r.l https://masesgroup.com
-
-
Field Summary
-
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: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: Microsoft.JScript- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: Microsoft.JScript.JSToken- See Also:
- Constant Field Values
-
EndOfFile
public static JSToken EndOfFile
-
If
public static JSToken If
-
For
public static JSToken For
-
Do
public static JSToken Do
-
While
public static JSToken While
-
Continue
public static JSToken Continue
-
Break
public static JSToken Break
-
Return
public static JSToken Return
-
Import
public static JSToken Import
-
With
public static JSToken With
-
Switch
public static JSToken Switch
-
Throw
public static JSToken Throw
-
Try
public static JSToken Try
-
Package
public static JSToken Package
-
Internal
public static JSToken Internal
-
Abstract
public static JSToken Abstract
-
Public
public static JSToken Public
-
Static
public static JSToken Static
-
Private
public static JSToken Private
-
Protected
public static JSToken Protected
-
Final
public static JSToken Final
-
Event
public static JSToken Event
-
Var
public static JSToken Var
-
Const
public static JSToken Const
-
Class
public static JSToken Class
-
Function
public static JSToken Function
-
LeftCurly
public static JSToken LeftCurly
-
Semicolon
public static JSToken Semicolon
-
Null
public static JSToken Null
-
True
public static JSToken True
-
False
public static JSToken False
-
This
public static JSToken This
-
Identifier
public static JSToken Identifier
-
StringLiteral
public static JSToken StringLiteral
-
IntegerLiteral
public static JSToken IntegerLiteral
-
NumericLiteral
public static JSToken NumericLiteral
-
LeftParen
public static JSToken LeftParen
-
LeftBracket
public static JSToken LeftBracket
-
AccessField
public static JSToken AccessField
-
FirstOp
public static JSToken FirstOp
-
LogicalNot
public static JSToken LogicalNot
-
BitwiseNot
public static JSToken BitwiseNot
-
Delete
public static JSToken Delete
-
Void
public static JSToken Void
-
Typeof
public static JSToken Typeof
-
Increment
public static JSToken Increment
-
Decrement
public static JSToken Decrement
-
Plus
public static JSToken Plus
-
FirstBinaryOp
public static JSToken FirstBinaryOp
-
Minus
public static JSToken Minus
-
LogicalOr
public static JSToken LogicalOr
-
LogicalAnd
public static JSToken LogicalAnd
-
BitwiseOr
public static JSToken BitwiseOr
-
BitwiseXor
public static JSToken BitwiseXor
-
BitwiseAnd
public static JSToken BitwiseAnd
-
Equal
public static JSToken Equal
-
NotEqual
public static JSToken NotEqual
-
StrictEqual
public static JSToken StrictEqual
-
StrictNotEqual
public static JSToken StrictNotEqual
-
GreaterThan
public static JSToken GreaterThan
-
LessThan
public static JSToken LessThan
-
LessThanEqual
public static JSToken LessThanEqual
-
GreaterThanEqual
public static JSToken GreaterThanEqual
-
LeftShift
public static JSToken LeftShift
-
RightShift
public static JSToken RightShift
-
UnsignedRightShift
public static JSToken UnsignedRightShift
-
Multiply
public static JSToken Multiply
-
Divide
public static JSToken Divide
-
LastPPOperator
public static JSToken LastPPOperator
-
Modulo
public static JSToken Modulo
-
Instanceof
public static JSToken Instanceof
-
In
public static JSToken In
-
Assign
public static JSToken Assign
-
PlusAssign
public static JSToken PlusAssign
-
MinusAssign
public static JSToken MinusAssign
-
MultiplyAssign
public static JSToken MultiplyAssign
-
DivideAssign
public static JSToken DivideAssign
-
BitwiseAndAssign
public static JSToken BitwiseAndAssign
-
BitwiseOrAssign
public static JSToken BitwiseOrAssign
-
BitwiseXorAssign
public static JSToken BitwiseXorAssign
-
ModuloAssign
public static JSToken ModuloAssign
-
LeftShiftAssign
public static JSToken LeftShiftAssign
-
RightShiftAssign
public static JSToken RightShiftAssign
-
LastBinaryOp
public static JSToken LastBinaryOp
-
UnsignedRightShiftAssign
public static JSToken UnsignedRightShiftAssign
-
LastAssign
public static JSToken LastAssign
-
ConditionalIf
public static JSToken ConditionalIf
-
Colon
public static JSToken Colon
-
Comma
public static JSToken Comma
-
LastOp
public static JSToken LastOp
-
Case
public static JSToken Case
-
Catch
public static JSToken Catch
-
Debugger
public static JSToken Debugger
-
Default
public static JSToken Default
-
Else
public static JSToken Else
-
Export
public static JSToken Export
-
Extends
public static JSToken Extends
-
Finally
public static JSToken Finally
-
Get
public static JSToken Get
-
Implements
public static JSToken Implements
-
Interface
public static JSToken Interface
-
New
public static JSToken New
-
Set
public static JSToken Set
-
Super
public static JSToken Super
-
RightParen
public static JSToken RightParen
-
RightCurly
public static JSToken RightCurly
-
RightBracket
public static JSToken RightBracket
-
PreProcessorConstant
public static JSToken PreProcessorConstant
-
Comment
public static JSToken Comment
-
UnterminatedComment
public static JSToken UnterminatedComment
-
Assert
public static JSToken Assert
-
Boolean
public static JSToken Boolean
-
Byte
public static JSToken Byte
-
Char
public static JSToken Char
-
Decimal
public static JSToken Decimal
-
Double
public static JSToken Double
-
DoubleColon
public static JSToken DoubleColon
-
Enum
public static JSToken Enum
-
Ensure
public static JSToken Ensure
-
Float
public static JSToken Float
-
Goto
public static JSToken Goto
-
Int
public static JSToken Int
-
Invariant
public static JSToken Invariant
-
Long
public static JSToken Long
-
Namespace
public static JSToken Namespace
-
Native
public static JSToken Native
-
Require
public static JSToken Require
-
Sbyte
public static JSToken Sbyte
-
Short
public static JSToken Short
-
Synchronized
public static JSToken Synchronized
-
Transient
public static JSToken Transient
-
Throws
public static JSToken Throws
-
ParamArray
public static JSToken ParamArray
-
Volatile
public static JSToken Volatile
-
Ushort
public static JSToken Ushort
-
Uint
public static JSToken Uint
-
Ulong
public static JSToken Ulong
-
Use
public static JSToken Use
-
EndOfLine
public static JSToken EndOfLine
-
PreProcessDirective
public static JSToken PreProcessDirective
-
None
public static JSToken None
-
-
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
-
-