Package com.yworks.yguard.obf
Class PlaceholderCl
- java.lang.Object
-
- com.yworks.yguard.obf.TreeItem
-
- com.yworks.yguard.obf.PkCl
-
- com.yworks.yguard.obf.Cl
-
- com.yworks.yguard.obf.PlaceholderCl
-
- All Implemented Interfaces:
NameListDown,NameListUp
public class PlaceholderCl extends Cl
Placeholder class -- used to represent a class which has inner classes, before the class itself has been encountered.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class com.yworks.yguard.obf.Cl
Cl.ClassResolver
-
-
Constructor Summary
Constructors Constructor Description PlaceholderCl(TreeItem parent, boolean isInnerClass, java.lang.String name)Ctor.
-
Method Summary
-
Methods inherited from class com.yworks.yguard.obf.Cl
addClass, addClass, addField, addMethod, addPlaceholderClass, getAttributesToKeep, getClassResolver, getField, getFieldEnum, getFieldObfNameDown, getFieldObfNameUp, getFieldOutNameUp, getInnerClassModifier, getInterfaces, getLineNumberTableMapper, getMethod, getMethodEnum, getMethodObfNameDown, getMethodObfNameUp, getMethodOutNameUp, getObfuscationConfig, getSourceFileMapping, getSuperClass, hasAsSuper, isInnerClass, isNRWildcardMatch, isSourceFileMappingSet, isWildcardMatch, resetResolve, resolveOptimally, setClassResolver, setInnerClassModifiers, setLineNumberTableMapper, setPedantic, setSourceFileMapping, setupNameListDowns
-
Methods inherited from class com.yworks.yguard.obf.PkCl
addAllClasses, addClass, addPlaceholderClass, generateNames, generateNames, getAllClassEnum, getClass, getClassCount, getClassEnum
-
Methods inherited from class com.yworks.yguard.obf.TreeItem
getFullInName, getFullOutName, getInName, getModifiers, getObfName, getOutName, getParent, isFixed, isFromScript, isFromScriptMap, isMatch, isNRMatch, isSynthetic, setFromScript, setFromScriptMap, setOutName, setParent
-
-
-
-
Constructor Detail
-
PlaceholderCl
public PlaceholderCl(TreeItem parent, boolean isInnerClass, java.lang.String name)
Ctor.- Parameters:
parent- the parentisInnerClass- the is inner classname- the name
-
-