aboutsummaryrefslogtreecommitdiff
path: root/javatests/com/google/turbine/processing/TurbineElementsTest.java
AgeCommit message (Expand)Author
2020-12-10Configure turbine's bootclasspath in integration tests to match javacLiam Miller-Cushon
2020-12-04Fix an invalid castLiam Miller-Cushon
2020-01-16Implement TurbineElements.printElementscushon
2019-07-31Work around a javac bug on JDK 11cushon
2019-07-31Don't return synthetic or mandated parameters in ExecutableElement#getParameterscushon
2019-07-31Implement Elements#getDocCommentcushon
2019-07-31Implement TypeElements for error typescushon
2019-07-31Implement PackageElement#getEnclosedElementscushon
2019-07-31Implement Elements#getPackageOf and package-info annotation handlingcushon
2019-07-31Implement VariableElement#getConstantValuecushon
2019-07-31Implement ExecutableElement#getDefaultValuecushon
2019-07-31Implement Elements#getBinaryNamecushon
2019-07-31Implement Elements#isDeprecatedcushon
2019-07-31Implement Elements#getTypeElementcushon
2019-07-31Fix Elements#getConstantExpression handling of String and charcushon
2019-07-31Implement Elements#getAllAnnotationMirrorscushon
2019-07-31Implement Elements#getNamecushon
2019-07-31Implement Elements#getConstantExpressioncushon