Home
last modified time | relevance | path

Searched refs:EXPRESSION_ERROR (Results 1 – 2 of 2) sorted by relevance

/external/turbine/java/com/google/turbine/diag/
DTurbineError.java46 EXPRESSION_ERROR("could not evaluate constant expression"), enumConstant
/external/turbine/java/com/google/turbine/binder/
DConstEvaluator.java170 throw error(t.position(), ErrorKind.EXPRESSION_ERROR); in eval()
959 throw error(expr.position(), ErrorKind.EXPRESSION_ERROR); in evaluateAnnotation()
1003 throw error(tree.position(), ErrorKind.EXPRESSION_ERROR); in evalAnnotationValue()
1007 throw error(tree.position(), ErrorKind.EXPRESSION_ERROR); in evalAnnotationValue()
1012 throw error(tree.position(), ErrorKind.EXPRESSION_ERROR); in evalAnnotationValue()