Uses of Class
byucc.jhdl.synth.classparse.AttributeCode

Packages that use AttributeCode
byucc.jhdl.synth   
byucc.jhdl.synth.classparse   
 

Uses of AttributeCode in byucc.jhdl.synth
 

Methods in byucc.jhdl.synth with parameters of type AttributeCode
 BasicBlock GraphStack.newBasicBlock(AttributeCode parent, int number)
           
 

Constructors in byucc.jhdl.synth with parameters of type AttributeCode
SynthBlock(AttributeCode parent, int number)
           
 

Uses of AttributeCode in byucc.jhdl.synth.classparse
 

Methods in byucc.jhdl.synth.classparse that return AttributeCode
 AttributeCode MethodInfo.getCode()
           
 AttributeCode MethodInfo.getAttributeCode()
           
 

Methods in byucc.jhdl.synth.classparse with parameters of type AttributeCode
 void OpCodeSwitch.resolveTargets(AttributeCode code)
           
 int OpCodeBranch.getBranchInstructionIndex(AttributeCode code)
           
 WeightedOpCode[] OpCodeBranch.getPossibleTargets(AttributeCode code)
           
 int[] OpCodeLookupswitch.getPossibleTargetIndices(AttributeCode code)
           
 int[] OpCodeLookupswitch.getPossibleMatches(AttributeCode code)
           
 WeightedOpCode[] OpCodeLookupswitch.getPossibleTargets(AttributeCode code)
           
 BasicBlock VirtualMachine.newBasicBlock(AttributeCode parent, int number)
           
 WeightedOpCode[] OpCode.getPossibleTargets(AttributeCode code)
           
 int[] OpCodeTableswitch.getPossibleTargetIndices(AttributeCode code)
           
 WeightedOpCode[] OpCodeTableswitch.getPossibleTargets(AttributeCode code)
           
 

Constructors in byucc.jhdl.synth.classparse with parameters of type AttributeCode
AttributeLineNumberTable(AttributeCode parent, int name_index)
           
AttributeLocalVariableTable(AttributeCode parent, int name_index)
           
BasicBlock(AttributeCode parent, int number)
           
 



Copyright ? 2006 Brigham Young University, Configurable Computing Laboratory. All Rights Reserved.