| Package | Description |
|---|---|
| com.google.template.soy.jbcsrc.internal |
| Modifier and Type | Method and Description |
|---|---|
static ClassData |
ClassData.create(TypeInfo type,
byte[] b,
int numFields,
int numDetachStates) |
protected abstract ClassData |
AbstractMemoryClassLoader.getClassData(String name)
Returns a data object for a class with the given name or
null if it doesn't exist. |
protected ClassData |
MemoryClassLoader.getClassData(String name) |
ClassData |
SoyClassWriter.toClassData()
Returns the bytecode of the class that was build with this class writer.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.common.collect.ImmutableList<ClassData> |
InnerClasses.getInnerClassData()
Returns all the
ClassData for every InnerClass registered. |
| Modifier and Type | Method and Description |
|---|---|
void |
InnerClasses.add(ClassData classData)
Adds the data for an inner class.
|
| Constructor and Description |
|---|
MemoryClassLoader(ClassLoader parent,
Iterable<ClassData> classes) |
MemoryClassLoader(Iterable<ClassData> classes) |