Class Signature.Result
java.lang.Object
org.vesalainen.bcc.Signature.Result
- All Implemented Interfaces:
Appendable
- Enclosing class:
Signature
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionappend(char c) append(CharSequence csq) append(CharSequence csq, int start, int end) private voidsetNeedsSignature(boolean needsSignature) toString()
-
Field Details
-
sb
-
needsSignature
private boolean needsSignature
-
-
Constructor Details
-
Result
private Result()
-
-
Method Details
-
setNeedsSignature
private void setNeedsSignature(boolean needsSignature) -
append
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
append
- Specified by:
appendin interfaceAppendable- Throws:
IOException
-
toString
-