public class PathVisitorBase extends Object implements PathVisitor
Constructor and Description |
---|
PathVisitorBase() |
Modifier and Type | Method and Description |
---|---|
void |
visit(P_Alt pathAlt) |
void |
visit(P_Distinct pathDistinct) |
void |
visit(P_FixedLength pFixedLength) |
void |
visit(P_Inverse inversePath) |
void |
visit(P_Link pathNode) |
void |
visit(P_Mod pathMod) |
void |
visit(P_Multi pathMulti) |
void |
visit(P_NegPropSet pathNotOneOf) |
void |
visit(P_OneOrMore1 path) |
void |
visit(P_OneOrMoreN path) |
void |
visit(P_ReverseLink pathNode) |
void |
visit(P_Seq pathSeq) |
void |
visit(P_Shortest pathShortest) |
void |
visit(P_ZeroOrMore1 path) |
void |
visit(P_ZeroOrMoreN path) |
void |
visit(P_ZeroOrOne path) |
public void visit(P_Link pathNode)
visit
in interface PathVisitor
public void visit(P_ReverseLink pathNode)
visit
in interface PathVisitor
public void visit(P_NegPropSet pathNotOneOf)
visit
in interface PathVisitor
public void visit(P_Inverse inversePath)
visit
in interface PathVisitor
public void visit(P_Mod pathMod)
visit
in interface PathVisitor
public void visit(P_FixedLength pFixedLength)
visit
in interface PathVisitor
public void visit(P_Distinct pathDistinct)
visit
in interface PathVisitor
public void visit(P_Multi pathMulti)
visit
in interface PathVisitor
public void visit(P_Shortest pathShortest)
visit
in interface PathVisitor
public void visit(P_ZeroOrOne path)
visit
in interface PathVisitor
public void visit(P_ZeroOrMore1 path)
visit
in interface PathVisitor
public void visit(P_ZeroOrMoreN path)
visit
in interface PathVisitor
public void visit(P_OneOrMore1 path)
visit
in interface PathVisitor
public void visit(P_OneOrMoreN path)
visit
in interface PathVisitor
public void visit(P_Alt pathAlt)
visit
in interface PathVisitor
public void visit(P_Seq pathSeq)
visit
in interface PathVisitor
Licenced under the Apache License, Version 2.0