Package org.jruby.ast.java_signature
Class MethodSignatureNode
java.lang.Object
org.jruby.ast.java_signature.SignatureNode
org.jruby.ast.java_signature.MethodSignatureNode
Java Method signature declaration
-
Field Summary
FieldsFields inherited from class org.jruby.ast.java_signature.SignatureNode
extraTypeInfo, modifiers, name, parameterList, throwTypes
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.jruby.ast.java_signature.SignatureNode
getModifiers, getName, getParameters, getThrows, setExtraTypeInfo, setModifiers, setThrows
-
Field Details
-
returnType
-
-
Constructor Details
-
MethodSignatureNode
-
-
Method Details
-
getReturnType
-
setReturnType
-
toString
- Overrides:
toString
in classSignatureNode
-