| Package | Description |
|---|---|
| net.fortytwo.ripple.cli | |
| net.fortytwo.ripple.cli.ast |
| Modifier and Type | Method and Description |
|---|---|
AST |
RippleParser.nt_KeywordOrBoolean() |
AST |
RippleParser.nt_Literal() |
AST |
RippleParser.nt_Node() |
AST |
RippleParser.nt_NormalNode() |
AST |
RippleParser.nt_QName() |
AST |
RippleParser.nt_Resource() |
AST |
RippleParser.nt_TemplateNode() |
| Modifier and Type | Class and Description |
|---|---|
class |
AnnotatedAST |
class |
BooleanAST |
class |
DecimalAST |
class |
DoubleAST |
class |
IntegerAST |
class |
KeywordAST |
class |
LambdaAST
Author: josh
Date: Apr 8, 2008
Time: 12:28:41 PM
|
class |
ListAST |
class |
NumberAST |
class |
OperatorAST |
class |
PlainLiteralAST |
class |
QNameAST |
class |
TemplateAST
Author: josh
Date: Apr 8, 2008
Time: 12:28:41 PM
|
class |
TypedLiteralAST |
class |
URIAST |
| Modifier and Type | Field and Description |
|---|---|
protected AST |
ListAST.first |
| Modifier and Type | Method and Description |
|---|---|
AST |
ListAST.getFirst() |
| Modifier and Type | Method and Description |
|---|---|
ListAST |
ListAST.push(AST a) |
| Constructor and Description |
|---|
AnnotatedAST(AST inner,
Properties props) |
ListAST(AST first,
ListAST rest)
Constructs a list AST with the given first element and rest.
|
TypedLiteralAST(String value,
AST<RippleList> type) |
Copyright © 2007-2012 fortytwo.net. All Rights Reserved.