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 Summary
Fields Modifier and Type Field Description protected java.util.Set<java.lang.String>beliefsprotected org.objectweb.asm.tree.MethodNodemethodNode 
- 
Constructor Summary
Constructors Constructor Description MethodBeliefs(org.objectweb.asm.tree.MethodNode methodNode, java.util.Set<java.lang.String> beliefs)Create a new method beliefs. 
- 
Method Summary
All 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
- 
getMethodNode
public org.objectweb.asm.tree.MethodNode getMethodNode()
Get the methodNode.- Returns:
 - The methodNode
 
 
- 
setMethodNode
public void setMethodNode(org.objectweb.asm.tree.MethodNode methodNode)
Set the methodNode.- Parameters:
 methodNode- The methodNode to set
 
- 
getBeliefs
public java.util.Set<java.lang.String> getBeliefs()
Get the beliefs.- Returns:
 - The beliefs
 
 
- 
setBeliefs
public void setBeliefs(java.util.Set<java.lang.String> beliefs)
Set the beliefs.- Parameters:
 beliefs- The beliefs to set
 
 - 
 
 -