Uses of Class
org.aspectj.org.eclipse.jdt.internal.compiler.ast.CharLiteral
Packages that use CharLiteral
Package
Description
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Uses of CharLiteral in org.aspectj.org.eclipse.jdt.core.dom
Methods in org.aspectj.org.eclipse.jdt.core.dom with parameters of type CharLiteralModifier and TypeMethodDescriptionAjASTConverter.convert(CharLiteral expression) ASTConverter.convert(CharLiteral expression) -
Uses of CharLiteral in org.aspectj.org.eclipse.jdt.internal.compiler
Methods in org.aspectj.org.eclipse.jdt.internal.compiler with parameters of type CharLiteralModifier and TypeMethodDescriptionvoidASTVisitor.endVisit(CharLiteral charLiteral, BlockScope scope) booleanASTVisitor.visit(CharLiteral charLiteral, BlockScope scope) booleanGenericAstVisitor.visit(CharLiteral charLiteral, BlockScope scope) -
Uses of CharLiteral in org.aspectj.org.eclipse.jdt.internal.compiler.ast
Methods in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type CharLiteralModifier and TypeMethodDescriptionExtendedStringLiteral.extendWith(CharLiteral lit) Add the lit source to mine, just as if it was mineStringLiteral.extendWith(CharLiteral lit) Constructors in org.aspectj.org.eclipse.jdt.internal.compiler.ast with parameters of type CharLiteralModifierConstructorDescriptionExtendedStringLiteral(StringLiteral str, CharLiteral character) Build a string+char literal