Searched defs:restype (Results 1 - 6 of 6) sorted by last modified time

/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/tree/
H A DTreeMaker.java174 MethodDef(JCModifiers mods, Name name, JCExpression restype, List<JCTypeParameter> typarams, List<JCVariableDecl> params, List<JCExpression> thrown, JCBlock body, JCExpression defaultValue) argument
187 MethodDef(JCModifiers mods, Name name, JCExpression restype, List<JCTypeParameter> typarams, JCVariableDecl recvparam, List<JCVariableDecl> params, List<JCExpression> thrown, JCBlock body, JCExpression defaultValue) argument
H A DJCTree.java826 public JCExpression restype; field in class:JCTree.JCMethodDecl
841 JCMethodDecl(JCModifiers mods, Name name, JCExpression restype, List<JCTypeParameter> typarams, JCVariableDecl recvparam, List<JCVariableDecl> params, List<JCExpression> thrown, JCBlock body, JCExpression defaultValue, MethodSymbol sym) argument
2967 MethodDef(JCModifiers mods, Name name, JCExpression restype, List<JCTypeParameter> typarams, JCVariableDecl recvparam, List<JCVariableDecl> params, List<JCExpression> thrown, JCBlock body, JCExpression defaultValue) argument
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/comp/
H A DCheck.java2799 void validateAnnotationType(JCTree restype) { argument
H A DInfer.java264 private boolean shouldPropagate(Type restype, Attr.ResultInfo target, InferenceContext inferenceContext) { argument
[all...]
H A DAttr.java1933 Type adjustMethodReturnType(Symbol msym, Type qualifierType, Name methodName, List<Type> argtypes, Type restype) { argument
1977 newMethodTemplate(Type restype, List<Type> argtypes, List<Type> typeargtypes) argument
[all...]
/openjdk10/langtools/src/jdk.compiler/share/classes/com/sun/tools/javac/code/
H A DType.java1416 public Type restype; field in class:Type.MethodType
1423 MethodType(List<Type> argtypes, Type restype, List<Type> thrown, TypeSymbol methodClass) argument
[all...]

Completed in 157 milliseconds