aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/com_github_javaparser_Position.txt
blob: 6e16538d0537b18e51f3c98ffcb72bdac903d22b (plain)
1
2
3
4
5
6
7
8
9
10
11

[ Class com.github.javaparser.Position ]
  superclass: java.lang.Object
  Line 30) new Position(Node.ABSOLUTE_BEGIN_LINE, -1) ==> com.github.javaparser.Position
  Line 31) new Position(Node.ABSOLUTE_END_LINE, -1) ==> com.github.javaparser.Position
  Line 34) new Position(node.getBeginLine(), node.getBeginColumn()) ==> com.github.javaparser.Position
  Line 38) new Position(node.getEndLine(), node.getEndColumn()) ==> com.github.javaparser.Position
  Line 42) this.line = line ==> int
  Line 43) this.column = column ==> int
  Line 47) this.line ==> int
  Line 51) this.column ==> int