Package org.jruby.ast.java_signature
Class ReferenceTypeNode
java.lang.Object
org.jruby.ast.java_signature.TypeNode
org.jruby.ast.java_signature.ReferenceTypeNode
- All Implemented Interfaces:
AnnotationExpression
- Direct Known Subclasses:
ArrayTypeNode
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanGet the name of the class with all of its potential generic glory.inthashCode()voidsetGenericString(String genericString) voidsetGenericsTyping(String genericString) Methods inherited from class org.jruby.ast.java_signature.TypeNode
accept, getName, getWrapperName, isArray, isPrimitive, isTyped, isVoid, toString
-
Field Details
-
genericString
-
-
Constructor Details
-
ReferenceTypeNode
-
-
Method Details
-
setGenericString
-
equals
-
hashCode
public int hashCode() -
getFullyTypedName
Description copied from class:TypeNodeGet the name of the class with all of its potential generic glory.- Overrides:
getFullyTypedNamein classTypeNode
-
setGenericsTyping
-