Package | Description |
---|---|
org.jruby.ast.java_signature |
Modifier and Type | Class and Description |
---|---|
class |
ArrayTypeNode |
class |
PrimitiveTypeNode
For Java primitive types: byte, short, int, long, char, float, double, boolean, void
|
class |
ReferenceTypeNode |
Modifier and Type | Field and Description |
---|---|
protected TypeNode |
MethodSignatureNode.returnType |
protected TypeNode |
ArrayTypeNode.typeForArray |
Modifier and Type | Field and Description |
---|---|
protected List<TypeNode> |
SignatureNode.throwTypes |
Modifier and Type | Method and Description |
---|---|
TypeNode |
MethodSignatureNode.getReturnType() |
TypeNode |
ParameterNode.getType() |
Modifier and Type | Method and Description |
---|---|
List<TypeNode> |
SignatureNode.getThrows() |
Modifier and Type | Method and Description |
---|---|
void |
MethodSignatureNode.setReturnType(TypeNode returnType) |
void |
ArrayTypeNode.setTypeForArray(TypeNode referenceType) |
Modifier and Type | Method and Description |
---|---|
void |
SignatureNode.setThrows(List<TypeNode> throwTypes) |
Constructor and Description |
---|
ArrayTypeNode(TypeNode typeForArray) |
ParameterNode(TypeNode type,
String variableName) |
ParameterNode(TypeNode type,
String variableName,
boolean isFinal) |
ParameterNode(TypeNode type,
String variableName,
boolean isFinal,
boolean isVarArgs) |
Copyright © 2001–2015 JRuby. All rights reserved.