Home
last modified time | relevance | path

Searched defs:thrownExceptions (Results 1 – 15 of 15) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
DConstructorDeclaration.java70 …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()
DCallableDeclaration.java62 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()
DMethodDeclaration.java77 …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/
DExecutableMemberDocImpl.java53 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/
DExecutableMemberDoc.java54 ClassDoc[] thrownExceptions(); in thrownExceptions() method
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithThrownExceptions.java34 N setThrownExceptions(NodeList<ReferenceType> thrownExceptions); in setThrownExceptions()
/external/doclava/doclet_adapter/src/test/java/com/google/doclava/javadoc/
DExecutableMemberDocImplTest.java77 public void thrownExceptions() { in thrownExceptions() method in ExecutableMemberDocImplTest
/external/connectedappssdk/processor/src/main/java/com/google/android/enterprise/connectedapps/processor/containers/
DCrossProfileMethodInfo.java65 public Collection<TypeName> thrownExceptions() { in thrownExceptions() method in CrossProfileMethodInfo
/external/doclava/src/com/google/doclava/apicheck/
DXmlApiFile.java149 ArrayList<ClassInfo> thrownExceptions = new ArrayList<ClassInfo>(); in startElement() local
/external/doclava/src/com/google/doclava/
DMethodInfo.java285 ArrayList<ParameterInfo> parameters, ArrayList<ClassInfo> thrownExceptions, in MethodInfo()
692 public ArrayList<ClassInfo> thrownExceptions() { in thrownExceptions() method in MethodInfo
DStubs.java986 static String superCtorCall(ClassInfo cl, ArrayList<ClassInfo> thrownExceptions) { in superCtorCall()
DInfoBuilder.java971 ArrayList<ClassInfo> thrownExceptions = new ArrayList<ClassInfo>(); in buildMethod() local
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/visitor/
DModifierVisitor.java313 NodeList<ReferenceType> thrownExceptions = modifyList(n.getThrownExceptions(), arg); in visit() local
626 NodeList<ReferenceType> thrownExceptions = modifyList(n.getThrownExceptions(), arg); in visit() local
DCloneVisitor.java211 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/
Ddocbase.kt313 override fun thrownExceptions(): Array<out ClassDoc> = emptyArray() // TODO in hasNonEmptyContent() method