Home
last modified time | relevance | path

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

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/body/
DConstructorDeclaration.java74 …eters, SimpleName name, NodeList<Parameter> parameters, NodeList<ReferenceType> thrownExceptions, … in ConstructorDeclaration()
79 …eters, SimpleName name, NodeList<Parameter> parameters, NodeList<ReferenceType> thrownExceptions, … in ConstructorDeclaration()
87 …eters, SimpleName name, NodeList<Parameter> parameters, NodeList<ReferenceType> thrownExceptions, … in ConstructorDeclaration()
146 …public ConstructorDeclaration setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions()
DMethodDeclaration.java82 …mpleName name, final NodeList<Parameter> parameters, final NodeList<ReferenceType> thrownException… in MethodDeclaration()
87 …mpleName name, final NodeList<Parameter> parameters, final NodeList<ReferenceType> thrownException… in MethodDeclaration()
95 …ean isDefault, final NodeList<Parameter> parameters, final NodeList<ReferenceType> thrownException… in MethodDeclaration()
104 … type, SimpleName name, NodeList<Parameter> parameters, NodeList<ReferenceType> thrownExceptions, … in MethodDeclaration()
182 public MethodDeclaration setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions()
DCallableDeclaration.java63 private NodeList<ReferenceType> thrownExceptions; field in CallableDeclaration
69 …eters, SimpleName name, NodeList<Parameter> parameters, NodeList<ReferenceType> thrownExceptions, … in CallableDeclaration()
77 …eters, SimpleName name, NodeList<Parameter> parameters, NodeList<ReferenceType> thrownExceptions, … in CallableDeclaration()
158 public T setThrownExceptions(final NodeList<ReferenceType> thrownExceptions) { in setThrownExceptions()
/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/nodeTypes/
DNodeWithThrownExceptions.java34 N setThrownExceptions(NodeList<ReferenceType> thrownExceptions); in setThrownExceptions()
/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.java286 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.java325 NodeList<ReferenceType> thrownExceptions = modifyList(n.getThrownExceptions(), arg); in visit() local
656 NodeList<ReferenceType> thrownExceptions = modifyList(n.getThrownExceptions(), arg); in visit() local
DCloneVisitor.java189 NodeList<ReferenceType> thrownExceptions = cloneList(n.getThrownExceptions(), arg); in visit() local
206 NodeList<ReferenceType> thrownExceptions = cloneList(n.getThrownExceptions(), arg); in visit() local