Searched refs:attribClass (Results 1 - 4 of 4) sorted by relevance

/openjdk7/jdk/src/solaris/classes/sun/print/
H A DIPPPrintService.java504 AttributeClass attribClass = (getAttMap != null) ?
506 if (attribClass != null) {
507 int[] range = attribClass.getIntRangeValue();
546 AttributeClass attribClass = (getAttMap != null) ?
549 if (attribClass != null) {
550 int[] finArray = attribClass.getArrayOfIntValues();
649 AttributeClass attribClass = (getAttMap != null) ?
651 if (attribClass != null) {
652 int[] values = attribClass.getArrayOfIntValues();
674 AttributeClass attribClass
[all...]
H A DCUPSPrinter.java298 AttributeClass attribClass = (AttributeClass)
301 if (attribClass != null) {
302 String nameStr = attribClass.getStringValue();
368 AttributeClass attribClass = (AttributeClass)
371 if (attribClass != null) {
372 String nameStr = attribClass.getStringValue();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DAttr.java562 attribClass(typaram.pos(), c);
708 attribClass(tree.pos(), c);
3083 attribClass(env.tree.pos(), env.enclClass.sym);
3106 public void attribClass(DiagnosticPosition pos, ClassSymbol c) { method in class:Attr
3109 attribClass(c);
3118 void attribClass(ClassSymbol c) throws CompletionFailure { method in class:Attr
3129 attribClass((ClassSymbol)st.tsym);
3133 attribClass((ClassSymbol)c.owner);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/api/
H A DJavacTrees.java213 attr.attribClass(ct.pos(), ct.sym);

Completed in 48 milliseconds