/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/ |
D | Node.java | 42 private int beginLine; field in Node 65 … public Node(final int beginLine, final int beginColumn, final int endLine, final int endColumn) { in Node() argument 66 this.beginLine = beginLine; in Node() 114 return beginLine; in getBeginLine() 169 public final void setBeginLine(final int beginLine) { in setBeginLine() argument 170 this.beginLine = beginLine; in setBeginLine()
|
D | TypeParameter.java | 59 …public TypeParameter(final int beginLine, final int beginColumn, final int endLine, final int endC… in TypeParameter() argument 61 super(beginLine, beginColumn, endLine, endColumn); in TypeParameter() 66 public TypeParameter(int beginLine, int beginColumn, int endLine, in TypeParameter() argument 68 this(beginLine, beginColumn, endLine, endColumn, name, typeBound); in TypeParameter()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/type/ |
D | Type.java | 43 public Type(int beginLine, int beginColumn, int endLine, int endColumn) { in Type() argument 44 super(beginLine, beginColumn, endLine, endColumn); in Type() 47 …public Type(int beginLine, int beginColumn, int endLine, int endColumn, List<AnnotationExpr> annot… in Type() argument 48 super(beginLine, beginColumn, endLine, endColumn); in Type()
|
D | ReferenceType.java | 53 …public ReferenceType(final int beginLine, final int beginColumn, final int endLine, final int endC… in ReferenceType() argument 55 super(beginLine, beginColumn, endLine, endColumn); in ReferenceType() 60 public ReferenceType(int beginLine, int beginColumn, int endLine, in ReferenceType() argument 64 super(beginLine, beginColumn, endLine, endColumn, annotations); in ReferenceType()
|
D | VoidType.java | 35 …public VoidType(final int beginLine, final int beginColumn, final int endLine, final int endColumn… in VoidType() argument 36 super(beginLine, beginColumn, endLine, endColumn); in VoidType()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/generated/com/github/javaparser/ |
D | ASTParser.java | 54 final int beginLine; field in ASTParser.Modifier 57 public Modifier(int beginLine, int beginColumn, int modifiers, List annotations) { in Modifier() argument 58 this.beginLine = beginLine; in Modifier() 78 buf.append(token.beginLine); in throwParseException() 224 line=token.beginLine; column=token.beginColumn; in PackageDeclaration() 238 line=token.beginLine; column=token.beginColumn; in ImportDeclaration() 270 int beginLine = -1; in Modifiers() local 285 …= addModifier(modifiers, ModifierSet.PUBLIC, token); if(beginLine==-1) {beginLine=token.beginLine;… in Modifiers() 289 …= addModifier(modifiers, ModifierSet.STATIC, token); if(beginLine==-1) {beginLine=token.beginLine;… in Modifiers() 293 …ddModifier(modifiers, ModifierSet.PROTECTED, token); if(beginLine==-1) {beginLine=token.beginLine;… in Modifiers() [all …]
|
/external/apache-commons-bcel/src/examples/Mini/ |
D | Mini.jjt | 78 t = "FUN" { jjtThis.setPosition(t.beginLine, t.beginColumn); } 118 t = "IF" { jjtThis.setPosition(t.beginLine, t.beginColumn); } 127 t = "LET" { jjtThis.setPosition(t.beginLine, t.beginColumn); } 136 t = Ident() { jjtThis.setPosition(t.beginLine, t.beginColumn); } 149 { jjtThis.setPosition(expr_token.beginLine, expr_token.beginColumn); } 158 { jjtThis.setPosition(expr_token.beginLine, expr_token.beginColumn); } 184 jjtThis.setPosition(t.beginLine, t.beginColumn); 199 jjtThis.setPosition(t.beginLine, t.beginColumn);
|
D | Mini.jj | 97 t = "FUN" { jjtn000.setPosition(t.beginLine, t.beginColumn); } 193 t = "IF" { jjtn000.setPosition(t.beginLine, t.beginColumn); } 230 t = "LET" { jjtn000.setPosition(t.beginLine, t.beginColumn); } 267 t = Ident() { jjtn000.setPosition(t.beginLine, t.beginColumn); } 320 { jjtn000.setPosition(expr_token.beginLine, expr_token.beginColumn); }/*@bgen(jjtree)*/ 363 { jjtn000.setPosition(expr_token.beginLine, expr_token.beginColumn); }/*@bgen(jjtree)*/ 423 jjtn000.setPosition(t.beginLine, t.beginColumn); 458 jjtn000.setPosition(t.beginLine, t.beginColumn);
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/ |
D | ArrayCreationExpr.java | 55 …public ArrayCreationExpr(int beginLine, int beginColumn, int endLine, int endColumn, Type type, in… in ArrayCreationExpr() argument 56 super(beginLine, beginColumn, endLine, endColumn); in ArrayCreationExpr() 70 …public ArrayCreationExpr(int beginLine, int beginColumn, int endLine, int endColumn, Type type, Li… in ArrayCreationExpr() argument 71 super(beginLine, beginColumn, endLine, endColumn); in ArrayCreationExpr()
|
D | LiteralExpr.java | 32 …public LiteralExpr(final int beginLine, final int beginColumn, final int endLine, final int endCol… in LiteralExpr() argument 33 super(beginLine, beginColumn, endLine, endColumn); in LiteralExpr()
|
D | Expression.java | 34 …public Expression(final int beginLine, final int beginColumn, final int endLine, final int endColu… in Expression() argument 35 super(beginLine, beginColumn, endLine, endColumn); in Expression()
|
D | AnnotationExpr.java | 33 public AnnotationExpr(int beginLine, int beginColumn, int endLine, in AnnotationExpr() argument 35 super(beginLine, beginColumn, endLine, endColumn); in AnnotationExpr()
|
D | NullLiteralExpr.java | 35 …public NullLiteralExpr(final int beginLine, final int beginColumn, final int endLine, final int en… in NullLiteralExpr() argument 36 super(beginLine, beginColumn, endLine, endColumn); in NullLiteralExpr()
|
D | IntegerLiteralMinValueExpr.java | 36 …public IntegerLiteralMinValueExpr(final int beginLine, final int beginColumn, final int endLine, f… in IntegerLiteralMinValueExpr() argument 37 super(beginLine, beginColumn, endLine, endColumn, MIN_VALUE); in IntegerLiteralMinValueExpr()
|
D | LongLiteralMinValueExpr.java | 36 …public LongLiteralMinValueExpr(final int beginLine, final int beginColumn, final int endLine, fina… in LongLiteralMinValueExpr() argument 37 super(beginLine, beginColumn, endLine, endColumn, MIN_VALUE); in LongLiteralMinValueExpr()
|
D | DoubleLiteralExpr.java | 39 …public DoubleLiteralExpr(final int beginLine, final int beginColumn, final int endLine, final int … in DoubleLiteralExpr() argument 41 super(beginLine, beginColumn, endLine, endColumn, value); in DoubleLiteralExpr()
|
D | CharLiteralExpr.java | 39 … public CharLiteralExpr(int beginLine, int beginColumn, int endLine, int endColumn, String value) { in CharLiteralExpr() argument 40 super(beginLine, beginColumn, endLine, endColumn, value); in CharLiteralExpr()
|
D | MarkerAnnotationExpr.java | 39 …public MarkerAnnotationExpr(final int beginLine, final int beginColumn, final int endLine, final i… in MarkerAnnotationExpr() argument 41 super(beginLine, beginColumn, endLine, endColumn); in MarkerAnnotationExpr()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/stmt/ |
D | CatchClause.java | 55 …public CatchClause(final int beginLine, final int beginColumn, final int endLine, final int endCol… in CatchClause() argument 58 super(beginLine, beginColumn, endLine, endColumn); in CatchClause() 59 …setExcept(new MultiTypeParameter(beginLine, beginColumn, endLine, endColumn, exceptModifier, excep… in CatchClause()
|
D | Statement.java | 34 …public Statement(final int beginLine, final int beginColumn, final int endLine, final int endColum… in Statement() argument 35 super(beginLine, beginColumn, endLine, endColumn); in Statement()
|
D | EmptyStmt.java | 35 …public EmptyStmt(final int beginLine, final int beginColumn, final int endLine, final int endColum… in EmptyStmt() argument 36 super(beginLine, beginColumn, endLine, endColumn); in EmptyStmt()
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javaparser_expected_output/ |
D | com_github_javaparser_ast_Node.txt | 7 Line 66) this.beginLine = beginLine ==> int 12 Line 114) beginLine ==> int 18 Line 170) this.beginLine = beginLine ==> int
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/comments/ |
D | LineComment.java | 44 public LineComment(int beginLine, int beginColumn, int endLine, int endColumn, String content) { in LineComment() argument 45 super(beginLine, beginColumn, endLine, endColumn, content); in LineComment()
|
D | BlockComment.java | 45 … public BlockComment(int beginLine, int beginColumn, int endLine, int endColumn, String content) { in BlockComment() argument 46 super(beginLine, beginColumn, endLine, endColumn, content); in BlockComment()
|
D | JavadocComment.java | 39 …public JavadocComment(int beginLine, int beginColumn, int endLine, int endColumn, String content) { in JavadocComment() argument 40 super(beginLine, beginColumn, endLine, endColumn, content); in JavadocComment()
|