Package jadex.bdiv3
Class AbstractAsmBdiClassGenerator.MethodBeliefs
- java.lang.Object
- 
- jadex.bdiv3.AbstractAsmBdiClassGenerator.MethodBeliefs
 
- 
- Enclosing class:
- AbstractAsmBdiClassGenerator
 
 public static class AbstractAsmBdiClassGenerator.MethodBeliefs extends java.lang.ObjectStore which beliefs are accessed in a method.
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.util.Set<java.lang.String>beliefsprotected org.objectweb.asm.tree.MethodNodemethodNode
 - 
Constructor SummaryConstructors Constructor Description MethodBeliefs(org.objectweb.asm.tree.MethodNode methodNode, java.util.Set<java.lang.String> beliefs)Create a new method beliefs.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<java.lang.String>getBeliefs()Get the beliefs.org.objectweb.asm.tree.MethodNodegetMethodNode()Get the methodNode.voidsetBeliefs(java.util.Set<java.lang.String> beliefs)Set the beliefs.voidsetMethodNode(org.objectweb.asm.tree.MethodNode methodNode)Set the methodNode.
 
- 
- 
- 
Method Detail- 
getMethodNodepublic org.objectweb.asm.tree.MethodNode getMethodNode() Get the methodNode.- Returns:
- The methodNode
 
 - 
setMethodNodepublic void setMethodNode(org.objectweb.asm.tree.MethodNode methodNode) Set the methodNode.- Parameters:
- methodNode- The methodNode to set
 
 - 
getBeliefspublic java.util.Set<java.lang.String> getBeliefs() Get the beliefs.- Returns:
- The beliefs
 
 - 
setBeliefspublic void setBeliefs(java.util.Set<java.lang.String> beliefs) Set the beliefs.- Parameters:
- beliefs- The beliefs to set
 
 
- 
 
-