Class Writef.Formatter
java.lang.Object
org.projog.core.predicate.builtin.io.Writef.Formatter
- Enclosing class:
Writef
-
Field Summary
FieldsModifier and TypeFieldDescription(package private) int(package private) int(package private) final char[](package private) final StringBuilder(package private) final TermFormatter -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
output
-
chars
final char[] chars -
args
-
termFormatter
-
charIdx
int charIdx -
argIdx
int argIdx
-
-
Constructor Details
-
Formatter
Formatter(String text, List<Term> args, TermFormatter termFormatter)
-
-
Method Details
-
rewind
public void rewind() -
nextArg
Term nextArg() -
format
-
peek
int peek() -
pop
int pop() -
hasMore
boolean hasMore() -
writeChar
void writeChar(int c) -
writeString
-