Package org.vesalainen.bcc
Class Signature.Result
- java.lang.Object
-
- org.vesalainen.bcc.Signature.Result
-
- All Implemented Interfaces:
java.lang.Appendable
- Enclosing class:
- Signature
private static class Signature.Result extends java.lang.Object implements java.lang.Appendable
-
-
Field Summary
Fields Modifier and Type Field Description private booleanneedsSignatureprivate java.lang.StringBuildersb
-
Constructor Summary
Constructors Modifier Constructor Description privateResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Appendableappend(char c)java.lang.Appendableappend(java.lang.CharSequence csq)java.lang.Appendableappend(java.lang.CharSequence csq, int start, int end)private voidsetNeedsSignature(boolean needsSignature)java.lang.StringtoString()
-
-
-
Method Detail
-
setNeedsSignature
private void setNeedsSignature(boolean needsSignature)
-
append
public java.lang.Appendable append(java.lang.CharSequence csq) throws java.io.IOException- Specified by:
appendin interfacejava.lang.Appendable- Throws:
java.io.IOException
-
append
public java.lang.Appendable append(java.lang.CharSequence csq, int start, int end) throws java.io.IOException- Specified by:
appendin interfacejava.lang.Appendable- Throws:
java.io.IOException
-
append
public java.lang.Appendable append(char c) throws java.io.IOException- Specified by:
appendin interfacejava.lang.Appendable- Throws:
java.io.IOException
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-