public class JSScanner extends NetObject
.NET documentation at https://docs.microsoft.com/en-us/dotnet/api/Microsoft.JScript.JSScanner
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: Microsoft.JScript, Version=10.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a
|
static java.lang.String |
assemblyShortName
Assembly name: Microsoft.JScript
|
static java.lang.String |
className
Qualified class name: Microsoft.JScript.JSScanner
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
JSScanner() |
JSScanner(Context sourceContext) |
JSScanner(java.lang.Object instance)
Internal constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static JSScanner |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into JSScanner, a cast assert is made to check if types are compatible. |
int |
GetCurrentLine() |
int |
GetCurrentPosition(boolean absolute) |
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
|
JCType |
getJCOType()
Returns the instantiated class Type
|
void |
GetNextToken() |
java.lang.String |
GetSourceCode() |
int |
GetStartLinePosition() |
java.lang.String |
GetStringLiteral() |
boolean |
GotEndOfLine() |
static boolean |
IsKeyword(JSToken token) |
static boolean |
IsOperator(JSToken token) |
void |
SetAuthoringMode(boolean mode) |
void |
setJCOInstance(JCObject instance) |
void |
SetSource(Context sourceContext) |
int |
SkipMultiLineComment() |
public static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public JSScanner()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentException,
ArgumentOutOfRangeException,
FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionpublic JSScanner(Context sourceContext) throws java.lang.Throwable, ArgumentNullException, FormatException, ArgumentOutOfRangeException, NotImplementedException
java.lang.ThrowableArgumentNullExceptionFormatExceptionArgumentOutOfRangeExceptionNotImplementedExceptionpublic JSScanner(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic static JSScanner cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into JSScanner, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedJSScanner instancejava.lang.Throwable - in case of error during cast operationpublic int GetCurrentLine()
throws java.lang.Throwable
java.lang.Throwablepublic int GetCurrentPosition(boolean absolute)
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class NetObjectString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class NetObjectString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class NetObjectObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class NetObjectString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class NetObjectJCType representing the CLR Type of the instantiated Classpublic void GetNextToken()
throws java.lang.Throwable,
ArgumentOutOfRangeException,
NotImplementedException,
ArgumentNullException,
ArgumentException,
MissingManifestResourceException,
EndOfFile,
InvalidOperationException,
OutOfMemoryException,
JSVsaException,
NotSupportedException,
IndexOutOfRangeException,
CultureNotFoundException,
NullReferenceException,
FormatException,
OverflowException,
ArithmeticException,
JScriptException,
MissingMethodException
java.lang.ThrowableArgumentOutOfRangeExceptionNotImplementedExceptionArgumentNullExceptionArgumentExceptionMissingManifestResourceExceptionEndOfFileInvalidOperationExceptionOutOfMemoryExceptionJSVsaExceptionNotSupportedExceptionIndexOutOfRangeExceptionCultureNotFoundExceptionNullReferenceExceptionFormatExceptionOverflowExceptionArithmeticExceptionJScriptExceptionMissingMethodExceptionpublic java.lang.String GetSourceCode()
throws java.lang.Throwable
java.lang.Throwablepublic int GetStartLinePosition()
throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String GetStringLiteral()
throws java.lang.Throwable
java.lang.Throwablepublic boolean GotEndOfLine()
throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsKeyword(JSToken token) throws java.lang.Throwable
java.lang.Throwablepublic static boolean IsOperator(JSToken token) throws java.lang.Throwable
java.lang.Throwablepublic void SetAuthoringMode(boolean mode)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class NetObjectpublic void SetSource(Context sourceContext) throws java.lang.Throwable, ArgumentNullException, ArgumentException, ArgumentOutOfRangeException, FormatException
java.lang.ThrowableArgumentNullExceptionArgumentExceptionArgumentOutOfRangeExceptionFormatExceptionpublic int SkipMultiLineComment()
throws java.lang.Throwable,
ArgumentNullException,
TypeLoadException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
NotImplementedException,
ArgumentOutOfRangeException,
IndexOutOfRangeException,
MissingManifestResourceException,
ObjectDisposedException,
FormatException
java.lang.ThrowableArgumentNullExceptionTypeLoadExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionNotImplementedExceptionArgumentOutOfRangeExceptionIndexOutOfRangeExceptionMissingManifestResourceExceptionObjectDisposedExceptionFormatException