|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.eclipse.jdt.internal.compiler.ast.ASTNode
org.eclipse.jdt.internal.compiler.ast.Statement
org.eclipse.jdt.internal.compiler.ast.Expression
org.eclipse.jdt.internal.compiler.ast.Literal
org.eclipse.jdt.internal.compiler.ast.StringLiteral
org.eclipse.jdt.internal.codeassist.complete.CompletionOnStringLiteral
public class CompletionOnStringLiteral
| Field Summary | |
|---|---|
int |
contentEnd
|
int |
contentStart
|
| Fields inherited from class org.eclipse.jdt.internal.compiler.ast.Expression |
|---|
constant, implicitConversion, resolvedType, statementEnd |
| Constructor Summary | |
|---|---|
CompletionOnStringLiteral(char[] token,
int s,
int e,
int cs,
int ce,
int lineNumber)
|
|
CompletionOnStringLiteral(int s,
int e,
int cs,
int ce)
|
|
| Method Summary | |
|---|---|
java.lang.StringBuffer |
printExpression(int indent,
java.lang.StringBuffer output)
|
TypeBinding |
resolveType(BlockScope scope)
Resolve the type of this expression in the context of a blockScope |
TypeBinding |
resolveType(ClassScope scope)
Resolve the type of this expression in the context of a classScope |
| Methods inherited from class org.eclipse.jdt.internal.compiler.ast.StringLiteral |
|---|
computeConstant, extendsWith, extendWith, extendWith, generateCode, literalType, source, traverse |
| Methods inherited from class org.eclipse.jdt.internal.compiler.ast.Literal |
|---|
analyseCode |
| Methods inherited from class org.eclipse.jdt.internal.compiler.ast.Statement |
|---|
branchChainTo, complainIfUnreachable, generateArguments, isEmptyBlock, isValidJavaStatement, resolveCase |
| Methods inherited from class org.eclipse.jdt.internal.compiler.ast.ASTNode |
|---|
checkInvocationArguments, concreteStatement, isFieldUseDeprecated, isImplicitThis, isMethodUseDeprecated, isSuper, isThis, isTypeUseDeprecated, printAnnotations, printIndent, printModifiers, resolveAnnotations, resolveDeprecatedAnnotations, sourceEnd, sourceStart, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int contentStart
public int contentEnd
| Constructor Detail |
|---|
public CompletionOnStringLiteral(char[] token,
int s,
int e,
int cs,
int ce,
int lineNumber)
public CompletionOnStringLiteral(int s,
int e,
int cs,
int ce)
| Method Detail |
|---|
public TypeBinding resolveType(ClassScope scope)
Expression
resolveType in class Expressionpublic TypeBinding resolveType(BlockScope scope)
Expression
resolveType in class Literal
public java.lang.StringBuffer printExpression(int indent,
java.lang.StringBuffer output)
printExpression in class StringLiteral
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||