|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use FastParser.StructRef | |
---|---|
ca.uhn.hl7v2.parser |
Uses of FastParser.StructRef in ca.uhn.hl7v2.parser |
---|
Subclasses of FastParser.StructRef in ca.uhn.hl7v2.parser | |
---|---|
static class |
FastParser.RootRef
A convenience StructRef that points to a message root. |
Methods in ca.uhn.hl7v2.parser that return FastParser.StructRef | |
---|---|
FastParser.StructRef |
FastParser.StructRef.getSuccessor(java.lang.String theName)
|
Methods in ca.uhn.hl7v2.parser with parameters of type FastParser.StructRef | |
---|---|
void |
FastParser.StructRef.setSuccessor(java.lang.String theName,
FastParser.StructRef theSuccessor)
Indicates an immediately subsequent structure in parsing order. |
Constructors in ca.uhn.hl7v2.parser with parameters of type FastParser.StructRef | |
---|---|
FastParser.StructRef(FastParser.StructRef theParent,
java.lang.String theRelativePath,
boolean isSegment,
int[] theFields)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |