aboutsummaryrefslogtreecommitdiffstats
path: root/javaparser-core/src/main/java/com/github/javaparser/ast/expr
Commit message (Expand)AuthorAgeFilesLines
* Remove deprecated code leading up to 3.0matozoid2016-07-2938-409/+0
* javadoc + compilationunit testsMaximilien Cruz2016-07-211-5/+5
* moved Modifier to parent packageMaximilien CRUZ2016-07-201-1/+1
* Merge remote-tracking branch 'origin/issue381-enumsets'Maximilien CRUZ2016-07-2038-56/+59
|\
| * Removed ModifierSet classMaximilien CRUZ2016-07-181-1/+0
| * Default initialisation to an empty EnumSet of modifiers to avoid nullsMaximilien Cruz2016-07-181-1/+1
| * Change bitfields into EnumSets #381Maximilien Cruz2016-07-181-11/+16
| * Update date in copyright statementsmatozoid2016-07-1838-38/+38
| * Merge branch 'master' into issue_162_reference_type_argsmatozoid2016-07-172-1/+19
| |\
| * | Issue 162: can't handle type arguments to method referencematozoid2016-07-131-11/+10
* | | nodeTypes package + 3 new nodes types + standardised the nodeType namesMaximilien CRUZ2016-07-178-18/+18
* | | new nodes types (NodeWithMembers,NodeWithThrowable,NodeWithParameters)Maximilien CRUZ2016-07-178-15/+26
* | | #363 Introducing generics everywhereMaximilien CRUZ2016-07-175-21/+19
* | | builder methods for #363Maximilien CRUZ2016-07-177-75/+110
| |/ |/|
* | Add escape methods for Char and String Literal Exprmatozoid2016-07-152-1/+19
|/
* Use Range and Position everywhere, deprecate old methodsmatozoid2016-07-1238-58/+481
* Issue 57: add the @Overridesmatozoid2016-07-051-0/+1
* https://github.com/javaparser/javaparser/issues/57matozoid2016-07-051-1/+2
* Merge pull request #296 from ftomassetti/clause_252Danny van Bruggen2016-06-012-2/+4
|\
| * Fix parent ownership of NameExprsJames Clause2016-04-132-2/+4
* | [squid:S2786] Nested "enum"s should not be declared staticayman abdelghany2016-05-303-3/+3
|/
* proposal for a bugfix regarding isse #293mmuesly2016-04-081-0/+1
* Add TypedNode interfaceRoss Allan2016-02-136-6/+24
* #243 Missing @OverrideNicholas Smith2015-12-142-0/+2
* issue211: revise error message and characters to be escapedFederico Tomassetti2015-12-011-2/+2
* issue211: prevent instantiation of StringLiteralExpr with newlines or tabsFederico Tomassetti2015-12-011-0/+4
* Adds documentation to various confusing placesJonathan Leitschuh2015-09-172-0/+17
* remove unused importsFederico Tomassetti2015-09-059-20/+13
* lazy initializationFederico Tomassetti2015-09-059-37/+47
* refactor ObjectCreationExpr.anonymousClassBody to be potentially nullFederico Tomassetti2015-09-051-3/+6
* Using ensureNotNull also for the two classes I missedFederico Tomassetti2015-09-051-4/+3
* Adding internal.UtilsFederico Tomassetti2015-09-058-58/+29
* Converting nulls in empty list in settersFederico Tomassetti2015-09-059-9/+58
* Initializing fields of type list for all nodesFederico Tomassetti2015-09-059-14/+23
* update all source filesFederico Tomassetti2015-07-2538-304/+342
* [#84] Remove useless test as the flag is correctly set from the grammarDidier Villevalois2015-04-061-7/+1
* Merge remote-tracking branch 'upstream/master' into namednodeFederico Tomassetti2015-04-0438-323/+352
|\
| * Copyright UpdateDidier Villevalois2015-03-0938-315/+340
| * consistently use setterssebastiankirsch2015-02-271-1/+1
| * use adequate super constructorsebastiankirsch2015-02-271-1/+2
| * set as parent nodesebastiankirsch2015-02-273-4/+7
| * this is the common approach to set a parent nodesebastiankirsch2015-02-271-2/+2
* | Adding missed Node subclasses with getName methodFederico Tomassetti2015-02-182-2/+4
|/
* set LambdaExpr as parent of its child nodessebastiankirsch2015-01-151-2/+4
* #74 Change package name and maven co-ordinatesNicholas Smith2014-12-1038-0/+2718