Verwendungen von Klasse
org.aspectj.org.eclipse.jdt.core.dom.CharacterLiteral
Packages, die CharacterLiteral verwenden
Package
Beschreibung
The Java DOM/AST is the set of classes that model the source code of a Java program
as a structured document.
-
Verwendungen von CharacterLiteral in org.aspectj.org.eclipse.jdt.core.dom
Methoden in org.aspectj.org.eclipse.jdt.core.dom, die CharacterLiteral zurückgebenModifizierer und TypMethodeBeschreibungAjASTConverter.convert(CharLiteral expression) ASTConverter.convert(CharLiteral expression) AST.newCharacterLiteral()Creates and returns a new unparented character literal node.Methoden in org.aspectj.org.eclipse.jdt.core.dom mit Parametern vom Typ CharacterLiteralModifizierer und TypMethodeBeschreibungvoidASTVisitor.endVisit(CharacterLiteral node) End of visit the given type-specific AST node.booleanASTMatcher.match(CharacterLiteral node, Object other) Returns whether the given node and the other object match.booleanAjNaiveASTFlattener.visit(CharacterLiteral node) booleanASTVisitor.visit(CharacterLiteral node) Visits the given type-specific AST node. -
Verwendungen von CharacterLiteral in org.aspectj.org.eclipse.jdt.internal.core.dom
Methoden in org.aspectj.org.eclipse.jdt.internal.core.dom mit Parametern vom Typ CharacterLiteral -
Verwendungen von CharacterLiteral in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite
Methoden in org.aspectj.org.eclipse.jdt.internal.core.dom.rewrite mit Parametern vom Typ CharacterLiteralModifizierer und TypMethodeBeschreibungbooleanASTRewriteAnalyzer.visit(CharacterLiteral node) booleanASTRewriteFlattener.visit(CharacterLiteral node)