Class ExpNode
java.lang.Object
megamek.client.ui.dialogs.advancedsearch.expressions.ExpNode
- 
Field SummaryFieldsModifier and TypeFieldDescriptionbooleanint
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Field Details- 
parent
- 
operation
- 
name
- 
equipmentClass
- 
qtypublic int qty
- 
children
- 
atLeastpublic boolean atLeast
 
- 
- 
Constructor Details- 
ExpNodepublic ExpNode()
- 
ExpNodeDeep copy constructor. New instantiations of all state variables are created.- Parameters:
- expNode- The- ExpressionTreeto create a copy of.
 
- 
ExpNode
- 
ExpNode
 
- 
- 
Method Details