Searched refs:SmaliLiteral (Results 1 – 11 of 11) sorted by relevance
131 public SmaliLiteral getLiteral() { in getLiteral()132 return findChildByClass(SmaliLiteral.class); in getLiteral()151 public SmaliLiteral getPackedSwitchStartKey() { in getPackedSwitchStartKey()152 return findChildByClass(SmaliLiteral.class); in getPackedSwitchStartKey()166 public SmaliLiteral getArrayDataWidth() { in getArrayDataWidth()167 return findChildByClass(SmaliLiteral.class); in getArrayDataWidth()
42 public class SmaliLiteral extends SmaliCompositeElement implements PsiAnnotationMemberValue { class45 return new SmaliLiteral();49 public SmaliLiteral() { in SmaliLiteral() method in SmaliLiteral
50 public SmaliLiteral getValue() { in getValue()51 return findChildByClass(SmaliLiteral.class); in getValue()
50 public SmaliLiteral getKey() { in getKey()51 return findChildByClass(SmaliLiteral.class); in getKey()
59 SmaliLiteral literal = findChildByClass(SmaliLiteral.class); in getRegisterCount()
37 import org.jf.smalidea.psi.impl.SmaliLiteral;54 SmaliLiteral literalElement = (SmaliLiteral)leafElement.getParent(); in doTest()
38 import org.jf.smalidea.psi.impl.SmaliLiteral;270 Assert.assertTrue(defaultValue instanceof SmaliLiteral); in testDefaultValue()271 Assert.assertEquals(4, ((SmaliLiteral)defaultValue).getIntegralValue()); in testDefaultValue()
151 } else if (element instanceof SmaliLiteral) { in findClassUsageType()175 } if (element instanceof SmaliLiteral) { in findFieldUsageType()194 } if (element instanceof SmaliLiteral) { in findMethodUsageType()
162 SmaliLiteral literal = psiInstruction.getLiteral(); in getNarrowLiteral()170 SmaliLiteral literal = psiInstruction.getLiteral(); in getWideLiteral()
50 final SmaliLiteral startKey = psiInstruction.getPackedSwitchStartKey(); in getSwitchElements()
53 new SmaliCompositeElementType("LITERAL", SmaliLiteral.FACTORY);