Package | Description |
---|---|
org.jruby.ast.java_signature |
Modifier and Type | Interface and Description |
---|---|
interface |
Literal |
Modifier and Type | Class and Description |
---|---|
class |
Annotation |
class |
ArrayAnnotationExpression |
class |
ArrayTypeNode |
class |
CharacterLiteral |
class |
PrimitiveTypeNode
For Java primitive types: byte, short, int, long, char, float, double, boolean, void
|
class |
ReferenceTypeNode |
class |
StringAnnotationExpression |
class |
StringLiteral |
class |
TypeNode
Base class for all typed nodes
|
Modifier and Type | Method and Description |
---|---|
AnnotationExpression |
AnnotationParameter.getExpression() |
Constructor and Description |
---|
AnnotationParameter(String name,
AnnotationExpression value) |
DefaultAnnotationParameter(AnnotationExpression expr) |
Constructor and Description |
---|
ArrayAnnotationExpression(List<AnnotationExpression> expressions) |
Copyright © 2001-2015 JRuby. All Rights Reserved.