Searched refs:getConstValue (Results 1 - 8 of 8) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/apt/mirror/declaration/
H A DFieldDeclarationImpl.java73 Object val = sym.getConstValue();
/openjdk7/langtools/src/share/classes/com/sun/tools/javadoc/
H A DFieldDocImpl.java102 Object result = sym.getConstValue();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DFlags.java312 return symbol.getConstValue() != null;
H A DSymbol.java968 return Constants.decode(getConstValue(), type);
998 public Object getConstValue() { method in class:Symbol.VarSymbol
999 // TODO: Consider if getConstValue and getConstantValue can be collapsed
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DGen.java487 } else if (sym.getConstValue() == null) {
498 checkStringConstant(vdef.init.pos(), sym.getConstValue());
1016 checkStringConstant(tree.init.pos(), v.getConstValue());
1017 if (v.getConstValue() == null || varDebugInfo) {
2143 if (sym.kind == VAR && ((VarSymbol) sym).getConstValue() != null) {
2155 makeImmediateItem(sym.type, ((VarSymbol) sym).getConstValue());
H A DClassWriter.java921 if (v.getConstValue() != null) {
923 databuf.appendChar(pool.put(v.getConstValue()));
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java876 v.getConstValue(); // ensure initializer is evaluated
1079 ((VarSymbol)s).getConstValue(); // ensure initializer is evaluated
2570 if (v.getConstValue() != null && isStaticReference(tree))
2571 owntype = owntype.constType(v.getConstValue());
2644 v.getConstValue(); // ensure initializer is evaluated
3260 ((VarSymbol) sym).getConstValue() == null)
3316 else if (svuid.getConstValue() == null)
H A DLower.java261 if (v.getConstValue() == null) {
1051 Object cv = ((VarSymbol)sym).getConstValue();
1110 Object cv = ((VarSymbol)sym).getConstValue();
1962 ((VarSymbol)typeSym).getConstValue(); // ensure initializer is evaluated

Completed in 270 milliseconds