|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 StringLiteral 的软件包 | |
|---|---|
| org.eclipse.jdt.internal.compiler | |
| org.eclipse.jdt.internal.compiler.ast | |
| org.eclipse.jdt.internal.compiler.parser | |
| org.eclipse.jdt.internal.compiler 中 StringLiteral 的使用 |
|---|
| 参数类型为 StringLiteral 的 org.eclipse.jdt.internal.compiler 中的方法 | |
|---|---|
void |
ASTVisitor.endVisit(StringLiteral stringLiteral,
BlockScope scope)
|
boolean |
ASTVisitor.visit(StringLiteral stringLiteral,
BlockScope scope)
|
| org.eclipse.jdt.internal.compiler.ast 中 StringLiteral 的使用 |
|---|
| org.eclipse.jdt.internal.compiler.ast 中 StringLiteral 的子类 | |
|---|---|
class |
ExtendedStringLiteral
|
class |
StringLiteralConcatenation
Flatten string literal |
| 参数类型为 StringLiteral 的 org.eclipse.jdt.internal.compiler.ast 中的方法 | |
|---|---|
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 |
StringLiteral.extendWith(StringLiteral lit)
|
ExtendedStringLiteral |
ExtendedStringLiteral.extendWith(StringLiteral lit)
Add the lit source to mine, just as if it was mine |
void |
CompilationUnitDeclaration.recordStringLiteral(StringLiteral literal,
boolean fromRecovery)
|
| 参数类型为 StringLiteral 的 org.eclipse.jdt.internal.compiler.ast 中的构造方法 | |
|---|---|
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 |
|
| org.eclipse.jdt.internal.compiler.parser 中 StringLiteral 的使用 |
|---|
| 返回 StringLiteral 的 org.eclipse.jdt.internal.compiler.parser 中的方法 | |
|---|---|
protected StringLiteral |
Parser.createStringLiteral(char[] token,
int start,
int end,
int lineNumber)
|
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||