Package ghidra.program.model.listing
Class VariableFilter.CompoundStackVariableFilter
- java.lang.Object
 - 
- ghidra.program.model.listing.VariableFilter.CompoundStackVariableFilter
 
 
- 
- All Implemented Interfaces:
 VariableFilter
- Enclosing interface:
 - VariableFilter
 
public static class VariableFilter.CompoundStackVariableFilter extends java.lang.Object implements VariableFilter
 
- 
- 
Nested Class Summary
- 
Nested classes/interfaces inherited from interface ghidra.program.model.listing.VariableFilter
VariableFilter.CompoundStackVariableFilter, VariableFilter.LocalVariableFilter, VariableFilter.MemoryVariableFilter, VariableFilter.ParameterFilter, VariableFilter.RegisterVariableFilter, VariableFilter.StackVariableFilter, VariableFilter.UniqueVariableFilter 
 - 
 
- 
Field Summary
- 
Fields inherited from interface ghidra.program.model.listing.VariableFilter
COMPOUND_STACK_VARIABLE_FILTER, LOCAL_VARIABLE_FILTER, MEMORY_VARIABLE_FILTER, NONAUTO_PARAMETER_FILTER, PARAMETER_FILTER, REGISTER_VARIABLE_FILTER, STACK_VARIABLE_FILTER, UNIQUE_VARIABLE_FILTER 
 - 
 
- 
Constructor Summary
Constructors Constructor Description CompoundStackVariableFilter() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanmatches(Variable variable)Determine if the specified variable matches this filter criteria 
 - 
 
- 
- 
Method Detail
- 
matches
public boolean matches(Variable variable)
Description copied from interface:VariableFilterDetermine if the specified variable matches this filter criteria- Specified by:
 matchesin interfaceVariableFilter- Returns:
 - true if variable satisfies the criteria of this filter
 
 
 - 
 
 -