Package system.codedom.compiler
Class IndentedTextWriter
- java.lang.Object
-
- org.mases.jcobridge.netreflection.NetObject
-
- system.MarshalByRefObject
-
- system.io.TextWriter
-
- system.codedom.compiler.IndentedTextWriter
-
- All Implemented Interfaces:
java.lang.AutoCloseable,IJCOBridgeReflected
public class IndentedTextWriter extends TextWriter
The base .NET class managing System.CodeDom.Compiler.IndentedTextWriter, System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e..NET documentation at https://docs.microsoft.com/en-us/dotnet/api/System.CodeDom.Compiler.IndentedTextWriter
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.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798estatic java.lang.StringassemblyShortNameAssembly name: System.Private.CoreLibstatic java.lang.StringclassNameQualified class name: System.CodeDom.Compiler.IndentedTextWriterstatic JCTypeclassTypeThe type managed from JCOBridge.
-
Constructor Summary
Constructors Constructor Description IndentedTextWriter()IndentedTextWriter(java.lang.Object instance)Internal constructor.IndentedTextWriter(TextWriter writer)IndentedTextWriter(TextWriter writer, java.lang.String tabString)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static IndentedTextWritercast(IJCOBridgeReflected from)Try to cast theIJCOBridgeReflectedinstance intoIndentedTextWriter, a cast assert is made to check if types are compatible.voidClose()ValueTaskDisposeAsync()voidFlush()TaskFlushAsync()TaskFlushAsync(CancellationToken cancellationToken)intgetIndent()TextWritergetInnerWriter()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 objectJCTypegetJCOType()Returns the instantiated class TypevoidsetIndent(int Indent)voidsetJCOInstance(JCObject instance)voidWrite(boolean value)voidWrite(char value)voidWrite(char[] buffer)voidWrite(char[] buffer, int index, int count)voidWrite(double value)voidWrite(int value)voidWrite(long value)voidWrite(java.lang.String s)voidWrite(java.lang.String format, NetObject arg0)voidWrite(java.lang.String format, NetObject... arg)voidWrite(java.lang.String format, NetObject arg0, NetObject arg1)voidWrite(JCORefOut dupParam0)voidWrite(JCORefOut dupParam0, int dupParam1, int dupParam2)voidWrite(NetObject value)voidWrite(Single value)TaskWriteAsync(char value)TaskWriteAsync(char[] buffer, int index, int count)TaskWriteAsync(java.lang.String value)TaskWriteAsync(JCORefOut dupParam0, int dupParam1, int dupParam2)TaskWriteAsync(StringBuilder value, CancellationToken cancellationToken)voidWriteLine()voidWriteLine(boolean value)voidWriteLine(char value)voidWriteLine(char[] buffer)voidWriteLine(char[] buffer, int index, int count)voidWriteLine(double value)voidWriteLine(int value)voidWriteLine(long value)voidWriteLine(java.lang.String s)voidWriteLine(java.lang.String format, NetObject arg0)voidWriteLine(java.lang.String format, NetObject... arg)voidWriteLine(java.lang.String format, NetObject arg0, NetObject arg1)voidWriteLine(JCORefOut dupParam0)voidWriteLine(JCORefOut dupParam0, int dupParam1, int dupParam2)voidWriteLine(NetObject value)voidWriteLine(Single value)voidWriteLine(UInt32 value)TaskWriteLineAsync()TaskWriteLineAsync(char value)TaskWriteLineAsync(char[] buffer, int index, int count)TaskWriteLineAsync(java.lang.String value)TaskWriteLineAsync(JCORefOut dupParam0, int dupParam1, int dupParam2)TaskWriteLineAsync(StringBuilder value, CancellationToken cancellationToken)voidWriteLineNoTabs(java.lang.String s)TaskWriteLineNoTabsAsync(java.lang.String s)-
Methods inherited from class system.io.TextWriter
close, Dispose, getEncoding, getFormatProvider, getNewLine, setNewLine, Synchronized, Write, Write, Write, Write, Write, WriteAsync, WriteAsync, WriteLine, WriteLine, WriteLine, WriteLine, WriteLineAsync, WriteLineAsync
-
Methods inherited from class system.MarshalByRefObject
GetLifetimeService, InitializeLifetimeService
-
-
-
-
Field Detail
-
assemblyFullName
public static final java.lang.String assemblyFullName
Fully assembly qualified name: System.Private.CoreLib, Version=8.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e- See Also:
- Constant Field Values
-
assemblyShortName
public static final java.lang.String assemblyShortName
Assembly name: System.Private.CoreLib- See Also:
- Constant Field Values
-
className
public static final java.lang.String className
Qualified class name: System.CodeDom.Compiler.IndentedTextWriter- See Also:
- Constant Field Values
-
-
Constructor Detail
-
IndentedTextWriter
public IndentedTextWriter(java.lang.Object instance) throws java.lang.ThrowableInternal constructor. Use with caution- Throws:
java.lang.Throwable
-
IndentedTextWriter
public IndentedTextWriter() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
IndentedTextWriter
public IndentedTextWriter(TextWriter writer, java.lang.String tabString) throws java.lang.Throwable, ArgumentException, ArgumentOutOfRangeException, PlatformNotSupportedException, NotSupportedException, ObjectDisposedException, InvalidOperationException, RankException, ArrayTypeMismatchException, ArgumentNullException
-
IndentedTextWriter
public IndentedTextWriter(TextWriter writer) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullException
-
-
Method Detail
-
getJCOAssemblyName
public java.lang.String getJCOAssemblyName()
Description copied from interface:IJCOBridgeReflectedReturns the reflected Assembly name- Specified by:
getJCOAssemblyNamein interfaceIJCOBridgeReflected- Overrides:
getJCOAssemblyNamein classTextWriter- 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- Overrides:
getJCOClassNamein classTextWriter- 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- Overrides:
getJCOObjectNamein classTextWriter- 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- Overrides:
getJCOInstancein classTextWriter- Returns:
- An
Objectrepresenting the CLR instance of the instantiated Class
-
setJCOInstance
public void setJCOInstance(JCObject instance)
- Overrides:
setJCOInstancein classTextWriter
-
getJCOType
public JCType getJCOType()
Description copied from interface:IJCOBridgeReflectedReturns the instantiated class Type- Specified by:
getJCOTypein interfaceIJCOBridgeReflected- Overrides:
getJCOTypein classTextWriter- Returns:
- A
JCTyperepresenting the CLR Type of the instantiated Class
-
cast
public static IndentedTextWriter cast(IJCOBridgeReflected from) throws java.lang.Throwable
Try to cast theIJCOBridgeReflectedinstance intoIndentedTextWriter, a cast assert is made to check if types are compatible.- Parameters:
from-IJCOBridgeReflectedinstance to be casted- Returns:
IndentedTextWriterinstance- Throws:
java.lang.Throwable- in case of error during cast operation
-
FlushAsync
public Task FlushAsync() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, InvalidOperationException, OutOfMemoryException, EventSourceException, IndexOutOfRangeException
- Overrides:
FlushAsyncin classTextWriter- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionInvalidOperationExceptionOutOfMemoryExceptionEventSourceExceptionIndexOutOfRangeException
-
FlushAsync
public Task FlushAsync(CancellationToken cancellationToken) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, PlatformNotSupportedException, ArgumentException, InvalidOperationException, NotSupportedException, OutOfMemoryException, EventSourceException
- Overrides:
FlushAsyncin classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionPlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionNotSupportedExceptionOutOfMemoryExceptionEventSourceException
-
WriteAsync
public Task WriteAsync(char value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
- Overrides:
WriteAsyncin classTextWriter- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullException
-
WriteAsync
public Task WriteAsync(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
- Overrides:
WriteAsyncin classTextWriter- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullException
-
WriteAsync
public Task WriteAsync(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
- Overrides:
WriteAsyncin classTextWriter- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullException
-
WriteAsync
public Task WriteAsync(java.lang.String value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
- Overrides:
WriteAsyncin classTextWriter- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullException
-
WriteAsync
public Task WriteAsync(StringBuilder value, CancellationToken cancellationToken) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
- Overrides:
WriteAsyncin classTextWriter- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullException
-
WriteLineAsync
public Task WriteLineAsync() throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
- Overrides:
WriteLineAsyncin classTextWriter- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullException
-
WriteLineAsync
public Task WriteLineAsync(char value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
- Overrides:
WriteLineAsyncin classTextWriter- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullException
-
WriteLineAsync
public Task WriteLineAsync(char[] buffer, int index, int count) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
- Overrides:
WriteLineAsyncin classTextWriter- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullException
-
WriteLineAsync
public Task WriteLineAsync(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
- Overrides:
WriteLineAsyncin classTextWriter- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullException
-
WriteLineAsync
public Task WriteLineAsync(java.lang.String value) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
- Overrides:
WriteLineAsyncin classTextWriter- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullException
-
WriteLineAsync
public Task WriteLineAsync(StringBuilder value, CancellationToken cancellationToken) throws java.lang.Throwable, ArgumentException, NotSupportedException, InvalidOperationException, ArgumentOutOfRangeException, ArgumentNullException
- Overrides:
WriteLineAsyncin classTextWriter- Throws:
java.lang.ThrowableArgumentExceptionNotSupportedExceptionInvalidOperationExceptionArgumentOutOfRangeExceptionArgumentNullException
-
WriteLineNoTabsAsync
public Task WriteLineNoTabsAsync(java.lang.String s) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, NotSupportedException, OutOfMemoryException, EventSourceException, IndexOutOfRangeException
-
DisposeAsync
public ValueTask DisposeAsync() throws java.lang.Throwable, ArgumentNullException, PlatformNotSupportedException, ArgumentException, InvalidOperationException, IndexOutOfRangeException
- Overrides:
DisposeAsyncin classTextWriter- Throws:
java.lang.ThrowableArgumentNullExceptionPlatformNotSupportedExceptionArgumentExceptionInvalidOperationExceptionIndexOutOfRangeException
-
Close
public void Close() throws java.lang.Throwable, NotSupportedException, ArgumentException, ArgumentNullException- Overrides:
Closein classTextWriter- Throws:
java.lang.ThrowableNotSupportedExceptionArgumentExceptionArgumentNullException
-
Flush
public void Flush() throws java.lang.Throwable- Overrides:
Flushin classTextWriter- Throws:
java.lang.Throwable
-
Write
public void Write(boolean value) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
Write
public void Write(char value) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
Write
public void Write(char[] buffer, int index, int count) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
Write
public void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
Write
public void Write(char[] buffer) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
Write
public void Write(JCORefOut dupParam0) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
Write
public void Write(double value) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, NotSupportedException, ArrayTypeMismatchException, FormatException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionArrayTypeMismatchExceptionFormatException
-
Write
public void Write(int value) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, IndexOutOfRangeException, FormatException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionFormatException
-
Write
public void Write(long value) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, IndexOutOfRangeException, FormatException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionFormatException
-
Write
public void Write(Single value) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, NotSupportedException, ArrayTypeMismatchException, FormatException
- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionArrayTypeMismatchExceptionFormatException
-
Write
public void Write(NetObject value) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException
- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundException
-
Write
public void Write(java.lang.String format, NetObject arg0, NetObject arg1) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundException
-
Write
public void Write(java.lang.String format, NetObject arg0) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundException
-
Write
public void Write(java.lang.String format, NetObject... arg) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundException
-
Write
public void Write(java.lang.String s) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
Writein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteLine
public void WriteLine() throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteLine
public void WriteLine(boolean value) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteLine
public void WriteLine(char value) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteLine
public void WriteLine(char[] buffer, int index, int count) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteLine
public void WriteLine(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteLine
public void WriteLine(char[] buffer) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteLine
public void WriteLine(JCORefOut dupParam0) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteLine
public void WriteLine(double value) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, NotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatException
-
WriteLine
public void WriteLine(int value) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionFormatExceptionArrayTypeMismatchException
-
WriteLine
public void WriteLine(long value) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, IndexOutOfRangeException, FormatException, ArrayTypeMismatchException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionIndexOutOfRangeExceptionFormatExceptionArrayTypeMismatchException
-
WriteLine
public void WriteLine(Single value) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException, NotSupportedException, ArrayTypeMismatchException, IndexOutOfRangeException, FormatException
- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundExceptionNotSupportedExceptionArrayTypeMismatchExceptionIndexOutOfRangeExceptionFormatException
-
WriteLine
public void WriteLine(NetObject value) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException
- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundException
-
WriteLine
public void WriteLine(java.lang.String format, NetObject arg0, NetObject arg1) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundException
-
WriteLine
public void WriteLine(java.lang.String format, NetObject arg0) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundException
-
WriteLine
public void WriteLine(java.lang.String format, NetObject... arg) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundException
-
WriteLine
public void WriteLine(java.lang.String s) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
WriteLine
public void WriteLine(UInt32 value) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, CultureNotFoundException
- Overrides:
WriteLinein classTextWriter- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionCultureNotFoundException
-
WriteLineNoTabs
public void WriteLineNoTabs(java.lang.String s) throws java.lang.Throwable, InvalidOperationException, PlatformNotSupportedException, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException- Throws:
java.lang.ThrowableInvalidOperationExceptionPlatformNotSupportedExceptionArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException
-
getIndent
public int getIndent() throws java.lang.Throwable- Throws:
java.lang.Throwable
-
setIndent
public void setIndent(int Indent) throws java.lang.Throwable- Throws:
java.lang.Throwable
-
getInnerWriter
public TextWriter getInnerWriter() throws java.lang.Throwable
- Throws:
java.lang.Throwable
-
-