| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(CharLiteral charLiteral,
BlockScope scope) |
boolean |
ASTVisitor.visit(CharLiteral charLiteral,
BlockScope scope) |
| Modifier and Type | Method and Description |
|---|---|
ExtendedStringLiteral |
ExtendedStringLiteral.extendWith(CharLiteral lit)
Add the lit source to mine, just as if it was mine
|
ExtendedStringLiteral |
StringLiteral.extendWith(CharLiteral lit) |
| Constructor and Description |
|---|
ExtendedStringLiteral(StringLiteral str,
CharLiteral character)
Build a string+char literal
|
Copyright © 2013. All rights reserved.