|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.google.gwt.inject.rebind.util.SourceSnippetBuilder
public class SourceSnippetBuilder
Builder that composes source snippets from other source snippets.
| Constructor Summary | |
|---|---|
SourceSnippetBuilder()
|
|
| Method Summary | |
|---|---|
SourceSnippetBuilder |
append(SourceSnippet snippet)
|
SourceSnippetBuilder |
append(java.lang.String snippet)
Convenience routine to append a constant string to this snippet. |
SourceSnippet |
build()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SourceSnippetBuilder()
| Method Detail |
|---|
public SourceSnippetBuilder append(java.lang.String snippet)
public SourceSnippetBuilder append(SourceSnippet snippet)
public SourceSnippet build()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||