public class BooleanLiteral extends Object implements Node
Modifier and Type | Field and Description |
---|---|
NodeChoice |
f0 |
Constructor and Description |
---|
BooleanLiteral(NodeChoice n0) |
Modifier and Type | Method and Description |
---|---|
<R> R |
accept(GJNoArguVisitor<R> v) |
<R,A> R |
accept(GJVisitor<R,A> v,
A argu) |
<A> void |
accept(GJVoidVisitor<A> v,
A argu) |
void |
accept(Visitor v) |
public NodeChoice f0
public BooleanLiteral(NodeChoice n0)
public <R> R accept(GJNoArguVisitor<R> v)
public <A> void accept(GJVoidVisitor<A> v, A argu)
Copyright © 2012 Seam Framework. All Rights Reserved.