public final class TruffleTypes extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
EXPECT_ERROR_CLASS_NAME1 |
static String |
EXPECT_ERROR_CLASS_NAME2 |
| Modifier and Type | Method and Description |
|---|---|
TypeMirror |
getAssumption() |
DeclaredType |
getChildAnnotation() |
DeclaredType |
getChildrenAnnotation() |
DeclaredType |
getCompilationFinal() |
TypeMirror |
getCompilerAsserts() |
TypeMirror |
getCompilerDirectives() |
TypeElement |
getExpectError() |
TypeMirror |
getFrame() |
DeclaredType |
getGenerateNodeFactory() |
TypeMirror |
getInvalidAssumption() |
DeclaredType |
getNode() |
ArrayType |
getNodeArray() |
DeclaredType |
getNodeCost() |
DeclaredType |
getNodeFactory() |
DeclaredType |
getNodeInfoAnnotation() |
DeclaredType |
getNodeUtil() |
DeclaredType |
getSourceSection() |
DeclaredType |
getTruffleBoundary() |
DeclaredType |
getTruffleOptions() |
TypeMirror |
getUnexpectedValueException() |
boolean |
verify(ProcessorContext context,
Element element,
AnnotationMirror mirror) |
public static final String EXPECT_ERROR_CLASS_NAME1
public static final String EXPECT_ERROR_CLASS_NAME2
public DeclaredType getGenerateNodeFactory()
public DeclaredType getNodeFactory()
public DeclaredType getCompilationFinal()
public TypeElement getExpectError()
public DeclaredType getNodeInfoAnnotation()
public boolean verify(ProcessorContext context, Element element, AnnotationMirror mirror)
public DeclaredType getNodeCost()
public TypeMirror getInvalidAssumption()
public TypeMirror getAssumption()
public TypeMirror getCompilerDirectives()
public DeclaredType getNode()
public ArrayType getNodeArray()
public TypeMirror getFrame()
public TypeMirror getUnexpectedValueException()
public DeclaredType getChildAnnotation()
public DeclaredType getChildrenAnnotation()
public TypeMirror getCompilerAsserts()
public DeclaredType getTruffleOptions()
public DeclaredType getTruffleBoundary()
public DeclaredType getSourceSection()
public DeclaredType getNodeUtil()