Uses of Class
com.aparapi.internal.exception.ClassParseException
Packages that use ClassParseException
-
Uses of ClassParseException in com.aparapi.internal.instruction
Methods in com.aparapi.internal.instruction that throw ClassParseExceptionModifier and TypeMethodDescriptionbooleanExpressionList.foldComposite(Instruction _instruction) Fold headTail.tail into valid composites -
Uses of ClassParseException in com.aparapi.internal.model
Methods in com.aparapi.internal.model that throw ClassParseExceptionModifier and TypeMethodDescriptionstatic ClassModelClassModel.createClassModel(Class<?> _class) MethodModel.createListOfInstructions()Create a linked list of instructions (from pcHead to pcTail).ClassModel.getPrivateMemorySize(String fieldName) If a field does not satisfy the private memory conditions, null, otherwise the size of private memory required.static IntegerClassModel.getPrivateMemorySizeFromFieldName(String fieldName) voidMethodModel.txFormDups(ExpressionList _expressionList, Instruction _instruction) DUP family of instructions break our stack unwind model (whereby we treat instructions like the oeprands they create/consume).