Uses of Class
de.inetsoftware.jwebassembly.module.JavaBlockOperator
-
Packages that use JavaBlockOperator Package Description de.inetsoftware.jwebassembly.module -
-
Uses of JavaBlockOperator in de.inetsoftware.jwebassembly.module
Fields in de.inetsoftware.jwebassembly.module declared as JavaBlockOperator Modifier and Type Field Description private JavaBlockOperator
BranchManager.ParsedBlock. op
Methods in de.inetsoftware.jwebassembly.module that return JavaBlockOperator Modifier and Type Method Description static JavaBlockOperator
JavaBlockOperator. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static JavaBlockOperator[]
JavaBlockOperator. values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in de.inetsoftware.jwebassembly.module with parameters of type JavaBlockOperator Constructor Description ParsedBlock(JavaBlockOperator op, int startPosition, int offset, int nextPosition, int lineNumber)
-