| Package | Description |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.parser |
| Modifier and Type | Method and Description |
|---|---|
void |
ASTVisitor.endVisit(StringLiteral stringLiteral,
BlockScope scope) |
boolean |
ASTVisitor.visit(StringLiteral stringLiteral,
BlockScope scope) |
| Modifier and Type | Class and Description |
|---|---|
class |
ExtendedStringLiteral |
class |
StringLiteralConcatenation
Flatten string literal
|
| Modifier and Type | Method and Description |
|---|---|
StringLiteralConcatenation |
StringLiteralConcatenation.extendsWith(StringLiteral lit)
Add the lit source to mine, just as if it was mine
|
StringLiteralConcatenation |
StringLiteral.extendsWith(StringLiteral lit)
Add the lit source to mine, just as if it was mine
|
ExtendedStringLiteral |
ExtendedStringLiteral.extendWith(StringLiteral lit)
Add the lit source to mine, just as if it was mine
|
ExtendedStringLiteral |
StringLiteral.extendWith(StringLiteral lit) |
void |
CompilationUnitDeclaration.recordStringLiteral(StringLiteral literal,
boolean fromRecovery) |
| Constructor and Description |
|---|
ExtendedStringLiteral(StringLiteral str,
CharLiteral character)
Build a string+char literal
|
ExtendedStringLiteral(StringLiteral str1,
StringLiteral str2)
Build a two-strings literal
|
StringLiteralConcatenation(StringLiteral str1,
StringLiteral str2)
Build a two-strings literal
|
| Modifier and Type | Method and Description |
|---|---|
protected StringLiteral |
Parser.createStringLiteral(char[] token,
int start,
int end,
int lineNumber) |
Copyright © 2013. All rights reserved.