public class Javac
extends io.ghostwriter.openjdk.v7.ast.compiler.Javac
| Constructor and Description |
|---|
Javac(javax.annotation.processing.ProcessingEnvironment env) |
| Modifier and Type | Method and Description |
|---|---|
com.sun.tools.javac.tree.JCTree.JCBinary |
binary(java.lang.String operation,
com.sun.tools.javac.tree.JCTree.JCExpression lhs,
com.sun.tools.javac.tree.JCTree.JCExpression rhs) |
com.sun.tools.javac.tree.JCTree.JCExpression |
notEqualExpression(com.sun.tools.javac.tree.JCTree.JCExpression lhs,
com.sun.tools.javac.tree.JCTree.JCExpression rhs) |
com.sun.tools.javac.tree.JCTree.JCExpression |
nullLiteral() |
com.sun.tools.javac.tree.JCTree.JCPrimitiveTypeTree |
primitiveType(java.lang.String type) |
com.sun.tools.javac.tree.JCTree.JCThrow |
throwStatement(com.sun.tools.javac.tree.JCTree.JCExpression expr) |
annotation, apply, array, arrayAccess, assign, block, call, castToType, catchExpression, catchParameter, declarationType, defaultValueForType, execute, expression, expression, finalVariable, fullyQualifiedNameForTypeExpression, getOption, identifier, ifCondition, isPrimitiveType, isStaticMethod, literal, makeArray, makeReturn, methodName, methodReturnType, name, tryCatchFinally, tryFinally, wrapperTypepublic com.sun.tools.javac.tree.JCTree.JCExpression nullLiteral()
nullLiteral in interface io.ghostwriter.openjdk.v7.ast.compiler.JavaCompilernullLiteral in class io.ghostwriter.openjdk.v7.ast.compiler.Javacpublic com.sun.tools.javac.tree.JCTree.JCExpression notEqualExpression(com.sun.tools.javac.tree.JCTree.JCExpression lhs,
com.sun.tools.javac.tree.JCTree.JCExpression rhs)
notEqualExpression in interface io.ghostwriter.openjdk.v7.ast.compiler.JavaCompilernotEqualExpression in class io.ghostwriter.openjdk.v7.ast.compiler.Javacpublic com.sun.tools.javac.tree.JCTree.JCThrow throwStatement(com.sun.tools.javac.tree.JCTree.JCExpression expr)
throwStatement in interface io.ghostwriter.openjdk.v7.ast.compiler.JavaCompilerthrowStatement in class io.ghostwriter.openjdk.v7.ast.compiler.Javacpublic com.sun.tools.javac.tree.JCTree.JCPrimitiveTypeTree primitiveType(java.lang.String type)
primitiveType in interface io.ghostwriter.openjdk.v7.ast.compiler.JavaCompilerprimitiveType in class io.ghostwriter.openjdk.v7.ast.compiler.Javacpublic com.sun.tools.javac.tree.JCTree.JCBinary binary(java.lang.String operation,
com.sun.tools.javac.tree.JCTree.JCExpression lhs,
com.sun.tools.javac.tree.JCTree.JCExpression rhs)
binary in interface io.ghostwriter.openjdk.v7.ast.compiler.JavaCompilerbinary in class io.ghostwriter.openjdk.v7.ast.compiler.Javac