Searched defs:compiler (Results 151 - 175 of 508) sorted by last modified time

1234567891011>>

/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
H A DCompilingClassLoader.java17 package com.google.clearsilver.jsilver.compiler;
67 * Uses Java 1.6's in built compiler API.
107 * @param diagnosticListener Notified of compiler errors (may be null).
H A DEscapingEvaluator.java17 package com.google.clearsilver.jsilver.compiler;
19 import static com.google.clearsilver.jsilver.compiler.JavaExpression.BooleanLiteralExpression;
20 import static com.google.clearsilver.jsilver.compiler.JavaExpression.callOn;
21 import static com.google.clearsilver.jsilver.compiler.JavaExpression.string;
H A DExpressionTranslator.java17 package com.google.clearsilver.jsilver.compiler;
19 import com.google.clearsilver.jsilver.compiler.JavaExpression.Type;
20 import static com.google.clearsilver.jsilver.compiler.JavaExpression.bool;
21 import static com.google.clearsilver.jsilver.compiler.JavaExpression.call;
22 import static com.google.clearsilver.jsilver.compiler.JavaExpression.callFindVariable;
23 import static com.google.clearsilver.jsilver.compiler.JavaExpression.callOn;
24 import static com.google.clearsilver.jsilver.compiler.JavaExpression.declare;
25 import static com.google.clearsilver.jsilver.compiler.JavaExpression.integer;
26 import static com.google.clearsilver.jsilver.compiler.JavaExpression.string;
H A DJSilverCompilationException.java17 package com.google.clearsilver.jsilver.compiler;
H A DJavaExpression.java17 package com.google.clearsilver.jsilver.compiler;
478 * interpreted by the compiler.
H A DJavaSourceWriter.java17 package com.google.clearsilver.jsilver.compiler;
H A DTemplateCompiler.java17 package com.google.clearsilver.jsilver.compiler;
46 private static final String PACKAGE_NAME = "com.google.clearsilver.jsilver.compiler";
126 // Collect any compiler errors/warnings.
141 return null; // Keep compiler happy.
H A DTemplateTranslator.java17 package com.google.clearsilver.jsilver.compiler;
20 import static com.google.clearsilver.jsilver.compiler.JavaExpression.BooleanLiteralExpression;
21 import static com.google.clearsilver.jsilver.compiler.JavaExpression.Type;
22 import static com.google.clearsilver.jsilver.compiler.JavaExpression.call;
23 import static com.google.clearsilver.jsilver.compiler.JavaExpression.callFindVariable;
24 import static com.google.clearsilver.jsilver.compiler.JavaExpression.callOn;
25 import static com.google.clearsilver.jsilver.compiler.JavaExpression.declare;
26 import static com.google.clearsilver.jsilver.compiler.JavaExpression.increment;
27 import static com.google.clearsilver.jsilver.compiler.JavaExpression.infix;
28 import static com.google.clearsilver.jsilver.compiler
[all...]
H A DVariableTranslator.java17 package com.google.clearsilver.jsilver.compiler;
19 import static com.google.clearsilver.jsilver.compiler.JavaExpression.StringExpression;
20 import static com.google.clearsilver.jsilver.compiler.JavaExpression.Type;
21 import static com.google.clearsilver.jsilver.compiler.JavaExpression.literal;
/external/javassist/src/main/javassist/compiler/
H A DAccessorMaker.java16 package javassist.compiler;
H A DCodeGen.java16 package javassist.compiler;
20 import javassist.compiler.ast.*;
1460 * The compiler internally uses # for compiling .class
H A DCompileError.java16 package javassist.compiler;
H A DJavac.java16 package javassist.compiler;
34 import javassist.compiler.ast.*;
46 * Constructs a compiler.
57 * Constructs a compiler.
367 * This method tells the compiler the local variables that have been
368 * allocated for the rest of the code. When the compiler needs
H A DJvstCodeGen.java16 package javassist.compiler;
20 import javassist.compiler.ast.*;
H A DJvstTypeChecker.java16 package javassist.compiler;
19 import javassist.compiler.ast.*;
H A DKeywordTable.java16 package javassist.compiler;
H A DLex.java16 package javassist.compiler;
H A DMemberCodeGen.java16 package javassist.compiler;
20 import javassist.compiler.ast.*;
H A DMemberResolver.java16 package javassist.compiler;
22 import javassist.compiler.ast.*;
H A DNoFieldException.java16 package javassist.compiler;
18 import javassist.compiler.ast.ASTree;
H A DParser.java16 package javassist.compiler;
18 import javassist.compiler.ast.*;
1009 * java.lang.Integer#toString(3) for this compiler.
H A DProceedHandler.java16 package javassist.compiler;
19 import javassist.compiler.ast.ASTList;
24 * @see javassist.compiler.JvstCodeGen#setProceedHandler(ProceedHandler, String)
25 * @see javassist.compiler.JvstCodeGen#atMethodCall(Expr)
H A DSymbolTable.java16 package javassist.compiler;
19 import javassist.compiler.ast.Declarator;
H A DSyntaxError.java16 package javassist.compiler;
H A DTokenId.java16 package javassist.compiler;

Completed in 185 milliseconds

1234567891011>>