Uses of Class
org.mal_lang.langspec.AttackStep
- 
Packages that use AttackStep Package Description org.mal_lang.langspec Provides classes for creating and using MAL languages.org.mal_lang.langspec.step Provides classes for step expressions. - 
- 
Uses of AttackStep in org.mal_lang.langspec
Methods in org.mal_lang.langspec that return AttackStep Modifier and Type Method Description AttackStepAsset. getAttackStep(String name)Returns the attack step with the namenamein thisAssetobject.AttackStepAsset. getLocalAttackStep(String name)Returns the local attack step with the namenamein thisAssetobject.AttackStepAttackStep. getSuperAttackStep()Returns the super attack step of thisAttackStepobject.Methods in org.mal_lang.langspec that return types with arguments of type AttackStep Modifier and Type Method Description List<AttackStep>Asset. getAttackSteps()Returns a list of all attack steps in thisAssetobject.List<AttackStep>Asset. getLocalAttackSteps()Returns a list of all local attack steps in thisAssetobject. - 
Uses of AttackStep in org.mal_lang.langspec.step
Methods in org.mal_lang.langspec.step that return AttackStep Modifier and Type Method Description AttackStepStepAttackStep. getAttackStep()Returns the attack step of thisStepAttackStepobject. 
 -