Package com.automation_pros.odva.eds
Class Parser.EntryBuilder
- java.lang.Object
-
- com.automation_pros.odva.eds.Parser.EntryBuilder
-
- Enclosing class:
- Parser
protected static class Parser.EntryBuilder extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description SectionEntryentryprotected java.util.List<EntryField>fieldListprotected java.util.ArrayDeque<ComplexField>fieldStackprotected intnextSubprotected int[]outerSubs
-
Constructor Summary
Constructors Constructor Description EntryBuilder(SectionEntry entry)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intaddBare(java.lang.String value, char terminator)intaddNested()intaddQuoted(java.lang.String value, char terminator)protected intevalTerminator(char terminator)int[]makeSubs()
-
-
-
Field Detail
-
entry
public final SectionEntry entry
-
fieldStack
protected final java.util.ArrayDeque<ComplexField> fieldStack
-
nextSub
protected int nextSub
-
fieldList
protected java.util.List<EntryField> fieldList
-
outerSubs
protected int[] outerSubs
-
-
Constructor Detail
-
EntryBuilder
public EntryBuilder(SectionEntry entry)
-
-