| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(ExtendedStringLiteral extendedStringLiteral,
BlockScope scope) |
boolean |
ASTVisitor.visit(ExtendedStringLiteral extendedStringLiteral,
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) |
ExtendedStringLiteral |
ExtendedStringLiteral.extendWith(StringLiteral lit)
Add the lit source to mine, just as if it was mine
|
ExtendedStringLiteral |
StringLiteral.extendWith(StringLiteral lit) |
Copyright © 2013. All rights reserved.