aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-core/src/main/java/com/github/javaparser/ast/expr
Commit message (Collapse)AuthorAgeFilesLines
...
* Mark getters generatedDanny van Bruggen2017-04-2329-33/+63
|
* Mark setters generatedDanny van Bruggen2017-04-2329-30/+60
|
* Mark all generated getNodeLists methods generatedDanny van Bruggen2017-04-2310-0/+10
|
* Mark all generated getMetaModel methods generatedDanny van Bruggen2017-04-2338-0/+38
|
* Mark all generated clone methods generatedDanny van Bruggen2017-04-2338-0/+38
|
* Fix more constructor mistakesDanny van Bruggen2017-04-2338-12/+162
|
* Be stricter about types getting into the ASTDanny van Bruggen2017-04-221-13/+9
|
* Deprecate evil string constructorDanny van Bruggen2017-04-221-2/+4
|
* Add some support constructors to make everything workDanny van Bruggen2017-04-2217-17/+16
|
* Import useful code from token-constructor branchDanny van Bruggen2017-04-224-4/+24
|\
| * Give all nodes an all fields constructorDanny van Bruggen2017-03-104-4/+24
| |
* | Upgrade extra enforcer rulesDanny van Bruggen2017-04-161-1/+1
| |
* | Use annotations for metamodel generationDanny van Bruggen2017-04-165-0/+11
| |
* | * Make "asString" methods for typesDanny van Bruggen2017-04-141-0/+4
| | | | | | | | * Strip signature types of annotations and generics
* | Merge branch 'master' into masterDanny van Bruggen2017-04-0129-0/+177
|\ \
| * | issue878: generated settersFederico Tomassetti2017-03-2929-0/+177
| | |
* | | Add some javadoc to new asXXX methods - #663abosch2017-03-285-1/+49
| | |
* | | Add escaping, unescaping to StringLiteralExpr - #663abosch2017-03-271-6/+15
| | |
* | | Add escaping of special characters in CharLiteralExpr #663abosch2017-03-241-2/+2
| | |
* | | Test trivial cases for integer and long conversion - #663abosch2017-03-222-6/+6
| | |
* | | Inline all helper classes from apache into StringEscapeUtils to make ↵abosch2017-03-211-1/+1
| | | | | | | | | | | | everything compact - #663
* | | Copy StringEscapeUtils and all necessary classes from apache commons-lang- #663abosch2017-03-201-1/+2
| | |
* | | Add additional tests for double conversion - #663abosch2017-03-171-2/+2
| | |
* | | Convert binary, octal or hex numbers - #663abosch2017-03-172-2/+26
| | |
* | | Add setter for all literal expressionsabosch2017-03-164-0/+20
| | |
* | | Make helper methods to access literal values - #663abosch2017-03-155-9/+45
|/ /
* / Formatting changes due to generatorsDanny van Bruggen2017-03-111-2/+0
|/
* Split up NodeWithModifierDanny van Bruggen2017-03-091-6/+8
|
* Looks like the new SourceRoot.saveAll implementation adds one less EOL at ↵Danny van Bruggen2017-03-0838-38/+0
| | | | the end of a file.
* issue823: distinguish between spaces and commentsFederico Tomassetti2017-03-051-1/+0
|
* Merge branch 'master' into issue_809_annotations_instanceofDanny van Bruggen2017-03-042-9/+49
|\
| * Allow annotations in/on NameDanny van Bruggen2017-03-042-9/+53
| |
* | Allow annotations on type of instanceofDanny van Bruggen2017-03-041-0/+6
|/
* Use grammar's name parsing.Danny van Bruggen2017-02-271-6/+4
|
* issue705: marking more derived propertiesFederico Tomassetti2017-02-152-0/+5
|
* issue705: more changes due to regenerationFederico Tomassetti2017-02-151-16/+10
|
* issue705: changes due to regenerationFederico Tomassetti2017-02-153-41/+12
|
* issue705: fix also the if-elseFederico Tomassetti2017-02-151-0/+12
|
* issue705: fixing after rebasingFederico Tomassetti2017-02-151-3/+2
|
* issue705: changes necessary to support UnaryExprFederico Tomassetti2017-02-151-3/+19
|
* issue705: supporting more expression including IntegerLiteral, ↵Federico Tomassetti2017-02-151-3/+21
| | | | MethodReference and BinaryExpr
* issue705: progressing on the acceptance testFederico Tomassetti2017-02-151-3/+14
|
* Give getMetaModel() correct overridesDanny van Bruggen2017-02-1038-0/+38
|
* Run generatorsDanny van Bruggen2017-02-1038-1/+228
|
* Make sure there are no concrete nodes that are used as base classesDanny van Bruggen2017-02-106-23/+72
|
* Generate the clone() methodDanny van Bruggen2017-02-0837-0/+222
|
* Create the removeXxxx() methods tooDanny van Bruggen2017-02-078-8/+40
|
* The result of running the replace(Node) method generatorDanny van Bruggen2017-02-0737-0/+428
|
* Merge branch 'master' into issue_748_double_statementsDanny van Bruggen2017-02-0128-119/+259
|\
| * Improve parent node handling when overwriting nodesDanny van Bruggen2017-01-3126-0/+96
| |