public class IndentedTextWriter extends TextWriter
.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
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
assemblyFullName
Fully assembly qualified name: System, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089
|
static java.lang.String |
assemblyShortName
Assembly name: System
|
static java.lang.String |
className
Qualified class name: System.CodeDom.Compiler.IndentedTextWriter
|
static JCType |
classType
The type managed from JCOBridge.
|
| Constructor and Description |
|---|
IndentedTextWriter() |
IndentedTextWriter(java.lang.Object instance)
Internal constructor.
|
IndentedTextWriter(TextWriter writer) |
IndentedTextWriter(TextWriter writer,
java.lang.String tabString) |
| Modifier and Type | Method and Description |
|---|---|
static IndentedTextWriter |
cast(IJCOBridgeReflected from)
Try to cast the
IJCOBridgeReflected instance into IndentedTextWriter, a cast assert is made to check if types are compatible. |
void |
Close() |
void |
Flush() |
int |
getIndent() |
TextWriter |
getInnerWriter() |
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 |
setIndent(int Indent) |
void |
setJCOInstance(JCObject instance) |
void |
Write(boolean value) |
void |
Write(char value) |
void |
Write(char[] buffer) |
void |
Write(char[] buffer,
int index,
int count) |
void |
Write(double value) |
void |
Write(int value) |
void |
Write(JCORefOut dupParam0) |
void |
Write(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
void |
Write(long value) |
void |
Write(NetObject value) |
void |
Write(Single value) |
void |
Write(java.lang.String s) |
void |
Write(java.lang.String format,
NetObject... arg) |
void |
Write(java.lang.String format,
NetObject arg0) |
void |
Write(java.lang.String format,
NetObject arg0,
NetObject arg1) |
void |
WriteLine() |
void |
WriteLine(boolean value) |
void |
WriteLine(char value) |
void |
WriteLine(char[] buffer) |
void |
WriteLine(char[] buffer,
int index,
int count) |
void |
WriteLine(double value) |
void |
WriteLine(int value) |
void |
WriteLine(JCORefOut dupParam0) |
void |
WriteLine(JCORefOut dupParam0,
int dupParam1,
int dupParam2) |
void |
WriteLine(long value) |
void |
WriteLine(NetObject value) |
void |
WriteLine(Single value) |
void |
WriteLine(java.lang.String s) |
void |
WriteLine(java.lang.String format,
NetObject... arg) |
void |
WriteLine(java.lang.String format,
NetObject arg0) |
void |
WriteLine(java.lang.String format,
NetObject arg0,
NetObject arg1) |
void |
WriteLine(UInt32 value) |
void |
WriteLineNoTabs(java.lang.String s) |
close, Dispose, FlushAsync, getEncoding, getFormatProvider, getNewLine, setNewLine, Synchronized, Write, Write, Write, Write, WriteAsync, WriteAsync, WriteAsync, WriteAsync, WriteAsync, WriteAsync, WriteLine, WriteLine, WriteLine, WriteLineAsync, WriteLineAsync, WriteLineAsync, WriteLineAsync, WriteLineAsync, WriteLineAsync, WriteLineAsyncCreateObjRef, GetLifetimeService, InitializeLifetimeServicepublic static final java.lang.String assemblyFullName
public static final java.lang.String assemblyShortName
public static final java.lang.String className
public IndentedTextWriter()
throws java.lang.Throwable
java.lang.Throwablepublic IndentedTextWriter(java.lang.Object instance)
throws java.lang.Throwable
java.lang.Throwablepublic IndentedTextWriter(TextWriter writer) throws java.lang.Throwable
java.lang.Throwablepublic IndentedTextWriter(TextWriter writer, java.lang.String tabString) throws java.lang.Throwable
java.lang.Throwablepublic static IndentedTextWriter cast(IJCOBridgeReflected from) throws java.lang.Throwable
IJCOBridgeReflected instance into IndentedTextWriter, a cast assert is made to check if types are compatible.from - IJCOBridgeReflected instance to be castedIndentedTextWriter instancejava.lang.Throwable - in case of error during cast operationpublic void Close()
throws java.lang.Throwable,
ArgumentNullException
Close in class TextWriterjava.lang.ThrowableArgumentNullExceptionpublic void Flush()
throws java.lang.Throwable
Flush in class TextWriterjava.lang.Throwablepublic int getIndent()
throws java.lang.Throwable
java.lang.Throwablepublic TextWriter getInnerWriter() throws java.lang.Throwable
java.lang.Throwablepublic java.lang.String getJCOAssemblyName()
IJCOBridgeReflectedgetJCOAssemblyName in interface IJCOBridgeReflectedgetJCOAssemblyName in class TextWriterString representing the Fullname of reflected Assemblypublic java.lang.String getJCOClassName()
IJCOBridgeReflectedgetJCOClassName in interface IJCOBridgeReflectedgetJCOClassName in class TextWriterString representing the Fullname of reflected Classpublic java.lang.Object getJCOInstance()
IJCOBridgeReflectedgetJCOInstance in interface IJCOBridgeReflectedgetJCOInstance in class TextWriterObject representing the CLR instance of the instantiated Classpublic java.lang.String getJCOObjectName()
IJCOBridgeReflectedgetJCOObjectName in interface IJCOBridgeReflectedgetJCOObjectName in class TextWriterString representing the name used to allocated the object
in CLR contextpublic JCType getJCOType()
IJCOBridgeReflectedgetJCOType in interface IJCOBridgeReflectedgetJCOType in class TextWriterJCType representing the CLR Type of the instantiated Classpublic void setIndent(int Indent)
throws java.lang.Throwable
java.lang.Throwablepublic void setJCOInstance(JCObject instance)
setJCOInstance in class TextWriterpublic void Write(boolean value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
Write in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Write(char value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
Write in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Write(char[] buffer)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
Write in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Write(char[] buffer,
int index,
int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
Write in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Write(double value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException
Write in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionpublic void Write(int value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException
Write in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionpublic void Write(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
Write in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Write(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
Write in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Write(long value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException
Write in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionpublic void Write(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
Write in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionpublic void Write(Single value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
Write in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionpublic void Write(java.lang.String s)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
Write in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void Write(java.lang.String format,
NetObject... arg)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
OutOfMemoryException,
FormatException
Write in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatExceptionpublic void Write(java.lang.String format,
NetObject arg0)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
OutOfMemoryException,
FormatException
Write in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatExceptionpublic void Write(java.lang.String format,
NetObject arg0,
NetObject arg1)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
OutOfMemoryException,
FormatException
Write in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatExceptionpublic void WriteLine()
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
WriteLine in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void WriteLine(boolean value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
WriteLine in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void WriteLine(char value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
WriteLine in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void WriteLine(char[] buffer)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
WriteLine in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void WriteLine(char[] buffer,
int index,
int count)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
WriteLine in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void WriteLine(double value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException
WriteLine in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionpublic void WriteLine(int value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException
WriteLine in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionpublic void WriteLine(JCORefOut dupParam0) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
WriteLine in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void WriteLine(JCORefOut dupParam0, int dupParam1, int dupParam2) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException
WriteLine in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void WriteLine(long value)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
CultureNotFoundException
WriteLine in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionpublic void WriteLine(NetObject value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, TypeLoadException, InvalidOperationException, MissingMethodException, TargetInvocationException, NotSupportedException, CultureNotFoundException
WriteLine in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionpublic void WriteLine(Single value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException
WriteLine in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionpublic void WriteLine(java.lang.String s)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
WriteLine in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionpublic void WriteLine(java.lang.String format,
NetObject... arg)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
OutOfMemoryException,
FormatException
WriteLine in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatExceptionpublic void WriteLine(java.lang.String format,
NetObject arg0)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
OutOfMemoryException,
FormatException
WriteLine in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatExceptionpublic void WriteLine(java.lang.String format,
NetObject arg0,
NetObject arg1)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException,
TypeLoadException,
InvalidOperationException,
MissingMethodException,
TargetInvocationException,
NotSupportedException,
CultureNotFoundException,
OutOfMemoryException,
FormatException
WriteLine in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionTypeLoadExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionNotSupportedExceptionCultureNotFoundExceptionOutOfMemoryExceptionFormatExceptionpublic void WriteLine(UInt32 value) throws java.lang.Throwable, ArgumentNullException, ArgumentOutOfRangeException, ArgumentException, InvalidOperationException, MissingMethodException, TargetInvocationException, CultureNotFoundException
WriteLine in class TextWriterjava.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentExceptionInvalidOperationExceptionMissingMethodExceptionTargetInvocationExceptionCultureNotFoundExceptionpublic void WriteLineNoTabs(java.lang.String s)
throws java.lang.Throwable,
ArgumentNullException,
ArgumentOutOfRangeException,
ArgumentException
java.lang.ThrowableArgumentNullExceptionArgumentOutOfRangeExceptionArgumentException