public abstract class CustomCompiler extends Object
| Constructor and Description |
|---|
CustomCompiler() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
beginTranslation(Object obj,
Code dest)
The custom compile is allowed to generate at most MIN_INSTRUCTIONS
|
abstract void |
endTranslation(Object obj,
Code dest)
The custom compiler is allowed to generate at most MIN_INSTRUCTUINS.
|
abstract Object[] |
getFieldObjects(Object obj) |
abstract Class<?>[] |
getFieldTypes() |
abstract boolean |
matches(Class<?> type) |
public abstract boolean matches(Class<?> type)
public abstract void beginTranslation(Object obj, Code dest)
public abstract void endTranslation(Object obj, Code dest)
public abstract Class<?>[] getFieldTypes()
Copyright © 1998–2017 1&1. All rights reserved.