| Package | Description |
|---|---|
| com.google.template.soy.jbcsrc.restricted |
| Modifier and Type | Field and Description |
|---|---|
static ConstructorRef |
ConstructorRef.ARRAY_LIST_SIZE |
static ConstructorRef |
ConstructorRef.AUGMENTED_PARAM_STORE |
static ConstructorRef |
ConstructorRef.BASIC_PARAM_STORE |
static ConstructorRef |
ConstructorRef.LINKED_HASH_MAP_SIZE |
| Modifier and Type | Method and Description |
|---|---|
static ConstructorRef |
ConstructorRef.create(Class<?> clazz,
Class<?>... argTypes) |
static ConstructorRef |
ConstructorRef.create(TypeInfo type,
Iterable<org.objectweb.asm.Type> argTypes)
Returns a new
ConstructorRef that refers to a constructor on the given type with the
given parameter types. |
static ConstructorRef |
ConstructorRef.create(TypeInfo type,
org.objectweb.asm.commons.Method init)
Returns a new
ConstructorRef that refers to a constructor on the given type with the
given parameter types. |