Uses of Class
de.inetsoftware.classparser.CodeInputStream
-
Packages that use CodeInputStream Package Description de.inetsoftware.classparser de.inetsoftware.jwebassembly.module -
-
Uses of CodeInputStream in de.inetsoftware.classparser
Methods in de.inetsoftware.classparser that return CodeInputStream Modifier and Type Method Description CodeInputStreamCode. getByteCode()Get the stream of Java Byte code instruction of this method. -
Uses of CodeInputStream in de.inetsoftware.jwebassembly.module
Methods in de.inetsoftware.jwebassembly.module with parameters of type CodeInputStream Modifier and Type Method Description (package private) voidBranchManager. handle(CodeInputStream byteCode)Check on every instruction position if there any branch is endingprivate voidJavaMethodWasmCodeBuilder. opCompare(ValueType valueType, CodeInputStream byteCode, int codePos, int lineNumber)Handle the different compare operator.private voidJavaMethodWasmCodeBuilder. opIfCompareCondition(NumericOperator compareOp, CodeInputStream byteCode, int codePos, int lineNumber)Handle the ifof the Java byte code. private voidJavaMethodWasmCodeBuilder. opIfCondition(NumericOperator compareOp, CodeInputStream byteCode, int codePos, int lineNumber)Handle the ifof the Java byte code. private voidJavaMethodWasmCodeBuilder. writeCode(CodeInputStream byteCode, ConstantPool constantPool, ClassFile classFile, AnyType returnType)Write the byte code of a method.private voidJavaMethodWasmCodeBuilder. writeSwitchCode(CodeInputStream byteCode, boolean isLookupSwitch)Write the both switch operation codes
-