Searched defs:eDecl (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/test/tools/apt/mirror/declaration/
H A DEnumDecl.java48 private EnumDeclaration eDecl; field in class:EnumDecl
51 eDecl = (EnumDeclaration) env.getTypeDeclaration("E");
61 eDecl.accept(new SimpleDeclarationVisitor() {
81 return eDecl.getConstructors();
87 return eDecl.getConstructors().iterator().next().getParameters();
92 return eDecl.getMethods();
98 for (MethodDeclaration m : eDecl.getMethods()) {
111 return eDecl.getEnumConstants();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaValidator.java4092 public void initValueStoresFor(XSElementDecl eDecl, FieldActivator activator) { argument
4094 IdentityConstraint[] icArray = eDecl.fIDConstraints;
4095 int icCount = eDecl.fIDCPos;

Completed in 40 milliseconds