类 org.eclipse.jdt.internal.compiler.ast.CharLiteral
的使用

使用 CharLiteral 的软件包
org.eclipse.jdt.internal.compiler   
org.eclipse.jdt.internal.compiler.ast   
 

org.eclipse.jdt.internal.compilerCharLiteral 的使用
 

参数类型为 CharLiteralorg.eclipse.jdt.internal.compiler 中的方法
 void ASTVisitor.endVisit(CharLiteral charLiteral, BlockScope scope)
           
 boolean ASTVisitor.visit(CharLiteral charLiteral, BlockScope scope)
           
 

org.eclipse.jdt.internal.compiler.astCharLiteral 的使用
 

参数类型为 CharLiteralorg.eclipse.jdt.internal.compiler.ast 中的方法
 ExtendedStringLiteral StringLiteral.extendWith(CharLiteral lit)
           
 ExtendedStringLiteral ExtendedStringLiteral.extendWith(CharLiteral lit)
          Add the lit source to mine, just as if it was mine
 

参数类型为 CharLiteralorg.eclipse.jdt.internal.compiler.ast 中的构造方法
ExtendedStringLiteral(StringLiteral str, CharLiteral character)
          Build a string+char literal
 



Copyright © 2013. All Rights Reserved.