Groups
Groups
Sign in
Groups
Groups
JavaParser
Conversations
About
Send feedback
Help
JavaParser
1–30 of 49
Mark all as read
Report group
0 selected
chathumini wijesekara
6/4/16
modify a source code using java parser
When you modify a source code using java parser does it write to the exact source file or are you
unread,
modify a source code using java parser
When you modify a source code using java parser does it write to the exact source file or are you
6/4/16
Jeremy S
6/2/15
How to get binary subexpressions with javaparser
Hi everyone, I am using javaparser to parse the AST for Java source files. I would like to get all
unread,
How to get binary subexpressions with javaparser
Hi everyone, I am using javaparser to parse the AST for Java source files. I would like to get all
6/2/15
pti...@gmail.com
3/8/15
Adding a note
Hi Julio, [I did not know how to contact you another way as I don't have Google+.] As you know,
unread,
Adding a note
Hi Julio, [I did not know how to contact you another way as I don't have Google+.] As you know,
3/8/15
sumitg...@gmail.com
, …
pti...@gmail.com
3
3/8/15
Getting error on parsring if Genrics are used in code
Hi! You can find support for Java 7 and 8 sources on the active fork: https://github.com/javaparser/
unread,
Getting error on parsring if Genrics are used in code
Hi! You can find support for Java 7 and 8 sources on the active fork: https://github.com/javaparser/
3/8/15
Julius Bezaras
1/11/15
Creating for/if blocks
Hello, I'm trying to figure out how to access for or if statement variables. I have parsed java
unread,
Creating for/if blocks
Hello, I'm trying to figure out how to access for or if statement variables. I have parsed java
1/11/15
Julius Bezaras
1/10/15
Using expression, statement etc.
Hi, I'm new and would like to get some help. I'm trying to make a program that reads text
unread,
Using expression, statement etc.
Hi, I'm new and would like to get some help. I'm trying to make a program that reads text
1/10/15
Najam Nazar
,
Matías Costa
2
12/21/14
Calling multiple Java files or a project
Iterating over the files and calling javaparser on each one. Right now I don't see the problem.
unread,
Calling multiple Java files or a project
Iterating over the files and calling javaparser on each one. Right now I don't see the problem.
12/21/14
Yosef Al Homsy
,
Ahti Legonkov
3
2/16/14
is there any way to calculate halstead Metrics by JavaParser
thanks for you reply; But what if i have like this command String s= "4"; int x=Integer.
unread,
is there any way to calculate halstead Metrics by JavaParser
thanks for you reply; But what if i have like this command String s= "4"; int x=Integer.
2/16/14
Anshu Maheshwari
11/11/13
Functions Calls inside a Function
Hello everyone. I was exploring the use of JavaParser and had a problem... Is there any way by which
unread,
Functions Calls inside a Function
Hello everyone. I was exploring the use of JavaParser and had a problem... Is there any way by which
11/11/13
pthe...@gmail.com
7/26/13
Parser Tests
Hello everybody, is there are parse test with a collection of classes (.java-files) that "proves
unread,
Parser Tests
Hello everybody, is there are parse test with a collection of classes (.java-files) that "proves
7/26/13
Jim Burns
6/14/13
Can I use the javaparser to add a log statement at the start of each method
Can I use the javaparser to add a log statement at the start of each method that includes the
unread,
Can I use the javaparser to add a log statement at the start of each method
Can I use the javaparser to add a log statement at the start of each method that includes the
6/14/13
Adeel Iqbal
,
Ahti Legonkov
4
1/18/13
Extend A Class (Inherit From A New Class Using JavaParser)
i have not used the visit method. but using the ClassOrInterfaceDeclaration. i have extended my class
unread,
Extend A Class (Inherit From A New Class Using JavaParser)
i have not used the visit method. but using the ClassOrInterfaceDeclaration. i have extended my class
1/18/13
Adeel Iqbal
,
Matías Costa
3
1/16/13
Modify The Body Of A Method
how to extend a class using javaparser. eg i have a class name MyClass and i have to extend it from
unread,
Modify The Body Of A Method
how to extend a class using javaparser. eg i have a class name MyClass and i have to extend it from
1/16/13
Raghav having the best time of his life
12/26/12
how to change name of package when object made as follows "org.apache.ast.Action action" i want to change it to "org.javaparser.ast.Action action"
how to change name of package when object made as follows "org.apache.ast.Action action" i
unread,
how to change name of package when object made as follows "org.apache.ast.Action action" i want to change it to "org.javaparser.ast.Action action"
how to change name of package when object made as follows "org.apache.ast.Action action" i
12/26/12
Vincent Labatut
12/11/12
Insert comment
hi, first thanks for your parser, i found it very useful. i've written a visitor able to detect
unread,
Insert comment
hi, first thanks for your parser, i found it very useful. i've written a visitor able to detect
12/11/12
Aatira Anum FAST-NU
, …
Jasmeet
4
11/26/12
fields in the method
Hey that was great. That helped me a lot with my research. Could you help a bit more? I am trying to
unread,
fields in the method
Hey that was great. That helped me a lot with my research. Could you help a bit more? I am trying to
11/26/12
石沉溪
10/8/12
how to invoke a method?
there is a class like this: public class Test{ public static void hello(String name){ System.out.
unread,
how to invoke a method?
there is a class like this: public class Test{ public static void hello(String name){ System.out.
10/8/12
Pb600
, …
Michael Koch
3
9/25/12
Problem: Inner If Statements
Hi, From you code getThenStmt() should returna BlockStmt which contains an IfStmt as first child.
unread,
Problem: Inner If Statements
Hi, From you code getThenStmt() should returna BlockStmt which contains an IfStmt as first child.
9/25/12
oracleruiz
,
Blake Miller
2
9/17/12
Annotations
// this should give you @jibber // an annotation with no parameters new MarkerAnnotationExpr(new
unread,
Annotations
// this should give you @jibber // an annotation with no parameters new MarkerAnnotationExpr(new
9/17/12
Vincent Kok
3/28/12
Java SE 7 support
Dear Javaparser group members, I'm currently investigating different Java parsers and as such I
unread,
Java SE 7 support
Dear Javaparser group members, I'm currently investigating different Java parsers and as such I
3/28/12
Erik
3/27/12
Anonymous instanciation
Hello there from Canada! I've created a VoidVisitiorAdaptor and have overwritten visit(
unread,
Anonymous instanciation
Hello there from Canada! I've created a VoidVisitiorAdaptor and have overwritten visit(
3/27/12
camcoder
, …
Julio Gesser
4
12/23/11
Fetching complete qualified names of variables
Yes, you can try something like that. It will work in most cases. -- Júlio Vilmar Gesser 2011/12/22
unread,
Fetching complete qualified names of variables
Yes, you can try something like that. It will work in most cases. -- Júlio Vilmar Gesser 2011/12/22
12/23/11
melajara
, …
Ahti Legonkov
6
11/1/11
How to implement a simple variable renamer?
On 1 November 2011 15:50, Mel Cooper <mela...@gmail.com> wrote: > Indeed, I started to
unread,
How to implement a simple variable renamer?
On 1 November 2011 15:50, Mel Cooper <mela...@gmail.com> wrote: > Indeed, I started to
11/1/11
broconne
6/13/11
Class name from MethodVisitor
Is it possible to get the name of the class from within the method visitor/MethodDeclaration object?
unread,
Class name from MethodVisitor
Is it possible to get the name of the class from within the method visitor/MethodDeclaration object?
6/13/11
Bing Ran
1/29/11
expression parsing
Thanks so much for the project which has made my life a lot easier! Quick questions: given a string
unread,
expression parsing
Thanks so much for the project which has made my life a lot easier! Quick questions: given a string
1/29/11
Alibek
,
Ahti Legonkov
2
12/19/10
detecting reachability of statement - Entry and exit points of a method
On Dec 19, 7:46 pm, Alibek <alibek.jor...@gmail.com> wrote: > Hello ! > > can someone
unread,
detecting reachability of statement - Entry and exit points of a method
On Dec 19, 7:46 pm, Alibek <alibek.jor...@gmail.com> wrote: > Hello ! > > can someone
12/19/10
Schabby
,
jgesser
2
11/16/10
Modifiers and ClassOrInterfaceDeclaration
Hi Johannes 1. Yes, it is a bit set. You should use japa.parser.ast.body.ModifierSet to get the
unread,
Modifiers and ClassOrInterfaceDeclaration
Hi Johannes 1. Yes, it is a bit set. You should use japa.parser.ast.body.ModifierSet to get the
11/16/10
Muneeb
,
mathew mooty
3
8/1/10
IfStmt Doesn't have GetThenBlockStmt() ?
Muneeb, No worries, it's better to ask and then find out the answer than not ask and be lost for
unread,
IfStmt Doesn't have GetThenBlockStmt() ?
Muneeb, No worries, it's better to ask and then find out the answer than not ask and be lost for
8/1/10
Andras
,
Mooty, Mathew
2
4/18/10
Printing out contents of block comments in line order
Because of the way that a visitor pattern works (if you were to use one) if you print outer nodes
unread,
Printing out contents of block comments in line order
Because of the way that a visitor pattern works (if you were to use one) if you print outer nodes
4/18/10
Julien Viet
,
jgesser
2
4/4/10
Maven project
Hi, the next release will occur when there are new code to deploy. the source code should be already
unread,
Maven project
Hi, the next release will occur when there are new code to deploy. the source code should be already
4/4/10