Uses of Class
org.htmlunit.corejs.javascript.UintMap
-
Packages that use UintMap Package Description org.htmlunit.corejs.classfile org.htmlunit.corejs.javascript -
-
Uses of UintMap in org.htmlunit.corejs.classfile
Fields in org.htmlunit.corejs.classfile declared as UintMap Modifier and Type Field Description private UintMap
ConstantPool. itsConstantData
private UintMap
ClassFileWriter. itsJumpFroms
private UintMap
ConstantPool. itsPoolTypes
private UintMap
ConstantPool. itsStringConstHash
-
Uses of UintMap in org.htmlunit.corejs.javascript
Fields in org.htmlunit.corejs.javascript declared as UintMap Modifier and Type Field Description (package private) UintMap
InterpreterData. longJumps
Methods in org.htmlunit.corejs.javascript with parameters of type UintMap Modifier and Type Method Description static java.lang.String
Decompiler. decompile(java.lang.String source, int flags, UintMap properties)
Decompile the source information associated with this js function/script back into a string.
-