Package VASSAL.tools.deprecation
Class DependencyWalker
java.lang.Object
VASSAL.tools.deprecation.DependencyWalker
- All Implemented Interfaces:
Walker
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidsetInput(byte[] classFile) voidsetInput(InputStream in) voidvoidvoidvoidvoidwalk()
-
Constructor Details
-
DependencyWalker
public DependencyWalker()
-
-
Method Details
-
setThisClassBeginCallback
-
setThisClassEndCallback
-
setClassCallback
-
setMethodCallback
-
setFieldCallback
-
setInput
public void setInput(byte[] classFile) -
setInput
- Specified by:
setInputin interfaceWalker- Throws:
IOException
-
setInput
- Specified by:
setInputin interfaceWalker- Throws:
IOException
-
walk
public void walk()
-