Class PathExpr

  • All Implemented Interfaces:
    ASTNode

    public class PathExpr
    extends AbstractASTNode
    Created by aretter on 17/02/2016.
    • Field Detail

      • SLASH_ABBREV

        public static StepExpr SLASH_ABBREV
      • SLASH_SLASH_ABBREV

        public static StepExpr SLASH_SLASH_ABBREV
    • Constructor Detail

      • PathExpr

        public PathExpr​(boolean relative,
                        List<? extends StepExpr> steps)
      • PathExpr

        public PathExpr​(boolean relative,
                        StepExpr... steps)