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 CodeInputStream
Code. 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) void
BranchManager. handle(CodeInputStream byteCode)
Check on every instruction position if there any branch is endingprivate void
JavaMethodWasmCodeBuilder. opCompare(ValueType valueType, CodeInputStream byteCode, int codePos, int lineNumber)
Handle the different compare operator.private void
JavaMethodWasmCodeBuilder. opIfCompareCondition(NumericOperator compareOp, CodeInputStream byteCode, int codePos, int lineNumber)
Handle the ifof the Java byte code. private void
JavaMethodWasmCodeBuilder. opIfCondition(NumericOperator compareOp, CodeInputStream byteCode, int codePos, int lineNumber)
Handle the ifof the Java byte code. private void
JavaMethodWasmCodeBuilder. writeCode(CodeInputStream byteCode, ConstantPool constantPool, ClassFile classFile, AnyType returnType)
Write the byte code of a method.private void
JavaMethodWasmCodeBuilder. writeSwitchCode(CodeInputStream byteCode, boolean isLookupSwitch)
Write the both switch operation codes
-