Uses of Class
bsh.BSHArrayDimensions

Packages that use BSHArrayDimensions
bsh   
 

Uses of BSHArrayDimensions in bsh
 

Methods in bsh with parameters of type BSHArrayDimensions
private  java.lang.Object BSHAllocationExpression.objectArrayAllocation(BSHAmbiguousName nameNode, BSHArrayDimensions dimensionsNode, CallStack callstack, Interpreter interpreter)
           
private  java.lang.Object BSHAllocationExpression.primitiveArrayAllocation(BSHPrimitiveType typeNode, BSHArrayDimensions dimensionsNode, CallStack callstack, Interpreter interpreter)
           
private  java.lang.Object BSHAllocationExpression.arrayNewInstance(java.lang.Class type, BSHArrayDimensions dimensionsNode)