MCPcopy Create free account
hub / github.com/amazon-ion/ion-java / accept

Method accept

src/main/java/com/amazon/ion/IonValue.java:408–408  ·  view source on GitHub ↗

Entry point for visitor pattern. Implementations of this method by concrete classes will simply call the appropriate visit method on the visitor . For example, instances of IonBool will invoke ValueVisitor#visit(IonBool). @param visitor will have one of it

(ValueVisitor visitor)

Source from the content-addressed store, hash-verified

406 * <code>null</code>.
407 */
408 public void accept(ValueVisitor visitor) throws Exception;
409
410
411 /**

Callers 15

acceptMethod · 0.65
testdataFilesMethod · 0.65
fillMethod · 0.65
fillContainerMethod · 0.65
nextMethod · 0.65
containerMethod · 0.65
intValueMethod · 0.65
doubleValueMethod · 0.65
decimalValueMethod · 0.65
bigDecimalValueMethod · 0.65
stringValueMethod · 0.65

Implementers 1

IonValueLitesrc/main/java/com/amazon/ion/impl/lite

Calls

no outgoing calls

Tested by 15

acceptMethod · 0.52
testdataFilesMethod · 0.52
fillMethod · 0.52
fillContainerMethod · 0.52
nextMethod · 0.52
containerMethod · 0.52
intValueMethod · 0.52
doubleValueMethod · 0.52
decimalValueMethod · 0.52
bigDecimalValueMethod · 0.52
stringValueMethod · 0.52
symbolValueMethod · 0.52