Package | Description |
---|---|
org.sonar.java.ast.api | |
org.sonar.java.model |
Modifier and Type | Method and Description |
---|---|
static JavaPunctuator |
JavaPunctuator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JavaPunctuator[] |
JavaPunctuator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
Tree.Kind |
KindMaps.getAssignmentOperator(JavaPunctuator punctuator) |
Tree.Kind |
KindMaps.getBinaryOperator(JavaPunctuator punctuator) |
Tree.Kind |
KindMaps.getPostfixOperator(JavaPunctuator punctuator) |
Tree.Kind |
KindMaps.getPrefixOperator(JavaPunctuator punctuator) |
Copyright © 2012–2017 SonarSource. All rights reserved.