Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
N
O
P
S
T
N
newArrayType(Type)
- Static method in class org.jparsec.java.
Types
Returns a new array type with
componentType
.
newArrayType(Class<?>)
- Static method in class org.jparsec.java.
Types
Returns a new array class with
componentType
.
newParameterizedType(Class<?>, Iterable<? extends Type>)
- Static method in class org.jparsec.java.
Types
Returns a parameterized type with
raw
and
typeArgs
.
O
org.jparsec.java
- package org.jparsec.java
P
parse(String)
- Method in class org.jparsec.java.
TypeParser
Parses
string
to a
TypeToken
.
S
subtypeOf(Type)
- Static method in class org.jparsec.java.
Types
Returns a wildcard type that's subtype of
bound
.
supertypeOf(Type)
- Static method in class org.jparsec.java.
Types
Returns a wildcard type that's supertype of
bound
.
T
TypeParser
- Class in
org.jparsec.java
A parser for any valid reified Java type expression.
TypeParser()
- Constructor for class org.jparsec.java.
TypeParser
TypeParser(ClassLoader)
- Constructor for class org.jparsec.java.
TypeParser
Create a type parser with
classloader
used to load classes.
Types
- Class in
org.jparsec.java
Utility class to construct
Type
instances reflectively.
N
O
P
S
T
Package
Class
Use
Tree
Deprecated
Index
Help
PREV NEXT
FRAMES
NO FRAMES
All Classes
Copyright © 2014. All rights reserved.