Class ExpNode
java.lang.Object
megamek.client.ui.dialogs.advancedsearch.expressions.ExpNode
-
Field Summary
FieldsModifier and TypeFieldDescriptionboolean
int
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
parent
-
operation
-
name
-
equipmentClass
-
qty
public int qty -
children
-
atLeast
public boolean atLeast
-
-
Constructor Details
-
ExpNode
public ExpNode() -
ExpNode
Deep copy constructor. New instantiations of all state variables are created.- Parameters:
expNode
- TheExpressionTree
to create a copy of.
-
ExpNode
-
ExpNode
-
-
Method Details