Package com.aparapi.internal.instruction
Class InstructionTransformer
- java.lang.Object
-
- com.aparapi.internal.instruction.InstructionTransformer
-
public abstract class InstructionTransformer extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description private java.lang.String
description
-
Constructor Summary
Constructors Constructor Description InstructionTransformer(java.lang.String _description)
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.String
getDescription()
abstract Instruction
transform(ExpressionList _expressionList, Instruction i)
-
-
-
Method Detail
-
transform
public abstract Instruction transform(ExpressionList _expressionList, Instruction i)
-
getDescription
public java.lang.String getDescription()
-
-