Package | Description |
---|---|
com.github.javaparser.ast.expr | |
com.github.javaparser.ast.visitor |
Modifier and Type | Method and Description |
---|---|
BooleanLiteralExpr |
BooleanLiteralExpr.setValue(boolean value) |
Modifier and Type | Method and Description |
---|---|
R |
GenericVisitor.visit(BooleanLiteralExpr n,
A arg) |
void |
VoidVisitor.visit(BooleanLiteralExpr n,
A arg) |
void |
VoidVisitorAdapter.visit(BooleanLiteralExpr n,
A arg) |
Node |
ModifierVisitorAdapter.visit(BooleanLiteralExpr n,
A arg) |
R |
GenericVisitorAdapter.visit(BooleanLiteralExpr n,
A arg) |
Boolean |
EqualsVisitor.visit(BooleanLiteralExpr n1,
Node arg) |
void |
DumpVisitor.visit(BooleanLiteralExpr n,
Object arg) |
Node |
CloneVisitor.visit(BooleanLiteralExpr _n,
Object _arg) |
Copyright © 2007–2016. All rights reserved.