- get(K) - Method in class org.javaruntype.cache.ConcurrentCache
-
Get the value for a specific key
- getAllTypesAssignableFrom(Type<?>) - Static method in class org.javaruntype.type.Types
-
- getAllTypesAssignableFromThis() - Method in class org.javaruntype.type.Type
-
Returns a set of the types corresponding to all the interfaces and
superclasses that this type implements or extends.
- getArrayDimensions() - Method in class org.javaruntype.type.Type
-
Returns the type's array dimensions.
- getArrayDimensions() - Method in class org.javaruntype.typedef.InnerClassTypeDefVariable
-
Returns the number of array dimensions applied to the component class.
- getArrayDimensions() - Method in class org.javaruntype.typedef.InnerNamedTypeDefVariable
-
Returns the number of array dimensions applied to the component class.
- getArrayDimensions() - Method in class org.javaruntype.typedef.InnerParameterizedTypeTypeDefVariable
-
Returns the number of array dimensions applied to the component class.
- getBounds() - Method in class org.javaruntype.typedef.BoundedTypeDefVariable
-
Returns the bounds specified for the type definition variable.
- getClass(String) - Static method in class org.javaruntype.util.Utils
-
Internal utility method.
- getComponentClass() - Method in class org.javaruntype.type.Type
-
Returns the type's component class.
- getComponentClass() - Method in class org.javaruntype.typedef.InnerClassTypeDefVariable
-
Returns the component class
- getComponentClass() - Method in class org.javaruntype.typedef.InnerParameterizedTypeTypeDefVariable
-
Returns the component class
- getComponentClass() - Method in class org.javaruntype.typedef.TypeDef
-
Returns the component class of the type definition.
- getGrammarFileName() - Method in class org.javaruntype.type.parser.TypeLexer
-
- getGrammarFileName() - Method in class org.javaruntype.type.parser.TypeParser
-
- getLowerBound() - Method in class org.javaruntype.typedef.InnerWildcardTypeDefVariable
-
Returns the variable upper bound (defined with an extends clause), if any.
- getName() - Method in class org.javaruntype.type.Type
-
Returns the type's name.
- getName() - Method in class org.javaruntype.typedef.TypeDef
-
Returns the name of the type definition.
- getRawClass() - Method in class org.javaruntype.type.Type
-
Returns the type's raw equivalent class representation.
- getRawEquivalent() - Method in class org.javaruntype.type.Type
-
Returns a type corresponding with the one on which this method is called, but substituting all its
type parameters by "unknown".
- getRawEquivalent(Type<?>) - Static method in class org.javaruntype.type.Types
-
- getSimpleName() - Method in class org.javaruntype.type.Type
-
Returns the type's name excluding package.
- getTokenNames() - Method in class org.javaruntype.type.parser.TypeParser
-
- getTree() - Method in class org.javaruntype.type.parser.TypeParser.type_return
-
- getTree() - Method in class org.javaruntype.type.parser.TypeParser.typeExpression_return
-
- getTree() - Method in class org.javaruntype.type.parser.TypeParser.typeParameterization_return
-
- getTreeAdaptor() - Method in class org.javaruntype.type.parser.TypeParser
-
- getType() - Method in class org.javaruntype.type.ExtendsTypeParameter
-
- getType() - Method in class org.javaruntype.type.StandardTypeParameter
-
- getType() - Method in class org.javaruntype.type.SuperTypeParameter
-
- getType() - Method in class org.javaruntype.type.TypeParameter
-
Returns the type contained in the parameter.
- getType() - Method in class org.javaruntype.type.WildcardTypeParameter
-
- getTypeParameters() - Method in class org.javaruntype.type.Type
-
Returns the type parameters of the type.
- getUpperBound() - Method in class org.javaruntype.typedef.InnerWildcardTypeDefVariable
-
Returns the variable upper bound (defined with an extends clause), if any.
- getVariableName() - Method in class org.javaruntype.typedef.BoundedTypeDefVariable
-
- getVariableName() - Method in class org.javaruntype.typedef.InnerNamedTypeDefVariable
-
Returns the component class
- getVariableName() - Method in class org.javaruntype.typedef.NamedTypeDefVariable
-
- getVariableName() - Method in interface org.javaruntype.typedef.TypeDefVariable
-
Returns the variable name.
- getVariables() - Method in class org.javaruntype.typedef.InnerParameterizedTypeTypeDefVariable
-
Returns the type parameters (variables) applied to the component class.
- getVariables() - Method in class org.javaruntype.typedef.TypeDef
-
Returns the variables of the type definition.