/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/ |
D | ConstructorDeclaration.java | 70 …eters, SimpleName name, NodeList<Parameter> parameters, NodeList<ReferenceType> thrownExceptions, … in ConstructorDeclaration() 75 …eters, SimpleName name, NodeList<Parameter> parameters, NodeList<ReferenceType> thrownExceptions, … in ConstructorDeclaration() 83 …eters, SimpleName name, NodeList<Parameter> parameters, NodeList<ReferenceType> thrownExceptions, … in ConstructorDeclaration() 142 …public ConstructorDeclaration setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions()
|
D | CallableDeclaration.java | 62 private NodeList<ReferenceType> thrownExceptions; field in CallableDeclaration 68 …eters, SimpleName name, NodeList<Parameter> parameters, NodeList<ReferenceType> thrownExceptions, … in CallableDeclaration() 76 …eters, SimpleName name, NodeList<Parameter> parameters, NodeList<ReferenceType> thrownExceptions, … in CallableDeclaration() 160 public T setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions()
|
D | MethodDeclaration.java | 77 …mpleName name, final NodeList<Parameter> parameters, final NodeList<ReferenceType> thrownException… in MethodDeclaration() 82 …mpleName name, final NodeList<Parameter> parameters, final NodeList<ReferenceType> thrownException… in MethodDeclaration() 90 … type, SimpleName name, NodeList<Parameter> parameters, NodeList<ReferenceType> thrownExceptions, … in MethodDeclaration() 168 public MethodDeclaration setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions()
|
/external/doclava/doclet_adapter/src/main/java/com/google/doclava/javadoc/ |
D | ExecutableMemberDocImpl.java | 53 private ClassDoc[] thrownExceptions; field in ExecutableMemberDocImpl 114 public ClassDoc[] thrownExceptions() { in thrownExceptions() method in ExecutableMemberDocImpl
|
/external/doclava/doclet_adapter/src/main/java/com/sun/javadoc/ |
D | ExecutableMemberDoc.java | 54 ClassDoc[] thrownExceptions(); in thrownExceptions() method
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/ |
D | NodeWithThrownExceptions.java | 34 N setThrownExceptions(NodeList<ReferenceType> thrownExceptions); in setThrownExceptions()
|
/external/doclava/doclet_adapter/src/test/java/com/google/doclava/javadoc/ |
D | ExecutableMemberDocImplTest.java | 77 public void thrownExceptions() { in thrownExceptions() method in ExecutableMemberDocImplTest
|
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/ |
D | CrossProfileMethodInfo.java | 65 public Collection<TypeName> thrownExceptions() { in thrownExceptions() method in CrossProfileMethodInfo
|
/external/doclava/src/com/google/doclava/apicheck/ |
D | XmlApiFile.java | 149 ArrayList<ClassInfo> thrownExceptions = new ArrayList<ClassInfo>(); in startElement() local
|
/external/doclava/src/com/google/doclava/ |
D | MethodInfo.java | 285 ArrayList<ParameterInfo> parameters, ArrayList<ClassInfo> thrownExceptions, in MethodInfo() 692 public ArrayList<ClassInfo> thrownExceptions() { in thrownExceptions() method in MethodInfo
|
D | Stubs.java | 986 static String superCtorCall(ClassInfo cl, ArrayList<ClassInfo> thrownExceptions) { in superCtorCall()
|
D | InfoBuilder.java | 971 ArrayList<ClassInfo> thrownExceptions = new ArrayList<ClassInfo>(); in buildMethod() local
|
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/ |
D | ModifierVisitor.java | 313 NodeList<ReferenceType> thrownExceptions = modifyList(n.getThrownExceptions(), arg); in visit() local 626 NodeList<ReferenceType> thrownExceptions = modifyList(n.getThrownExceptions(), arg); in visit() local
|
D | CloneVisitor.java | 211 NodeList<ReferenceType> thrownExceptions = cloneList(n.getThrownExceptions(), arg); in visit() local 230 NodeList<ReferenceType> thrownExceptions = cloneList(n.getThrownExceptions(), arg); in visit() local
|
/external/dokka/core/src/main/kotlin/javadoc/ |
D | docbase.kt | 313 override fun thrownExceptions(): Array<out ClassDoc> = emptyArray() // TODO in hasNonEmptyContent() method
|