We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f14f48 commit fa10e44Copy full SHA for fa10e44
src/getter.rs
@@ -552,7 +552,8 @@ impl Getter for JavaCode {
552
HalsteadType::Operator
553
},
554
// Operands: variables, constants, literals
555
- Identifier | NullLiteral | ClassLiteral | StringLiteral | CharacterLiteral | HexIntegerLiteral | OctalIntegerLiteral | BinaryIntegerLiteral | DecimalIntegerLiteral | HexFloatingPointLiteral | DecimalFloatingPointLiteral => {
+ Identifier | NullLiteral | ClassLiteral | StringLiteral | CharacterLiteral | HexIntegerLiteral | OctalIntegerLiteral
556
+ | BinaryIntegerLiteral | DecimalIntegerLiteral | HexFloatingPointLiteral | DecimalFloatingPointLiteral => {
557
HalsteadType::Operand
558
559
_ => {
0 commit comments