Stack Type
Stack type
Type representing a Stack
Constructors
Types
IsEmptyMethod
Link copied to clipboard
data class IsEmptyMethod(returnType: Type, argumentTypes: List<Pair<Type, Boolean>>, varargs: Boolean) : DataStructureMethod
Content copied to clipboard
PeekMethod
Link copied to clipboard
data class PeekMethod(returnType: Type, argumentTypes: List<Pair<Type, Boolean>>, varargs: Boolean) : DataStructureMethod
Content copied to clipboard
PushMethod
Link copied to clipboard
data class PushMethod(returnType: Type, argumentTypes: List<Pair<Type, Boolean>>, varargs: Boolean) : DataStructureMethod
Content copied to clipboard
SizeMethod
Link copied to clipboard
data class SizeMethod(returnType: Type, argumentTypes: List<Pair<Type, Boolean>>, varargs: Boolean) : DataStructureMethod
Content copied to clipboard
StackConstructor
Link copied to clipboard
Functions
component1
Link copied to clipboard
containsMethod
Link copied to clipboard
getConstructor
Link copied to clipboard
getMethodByName
Link copied to clipboard
getMethodNameByMethod
Link copied to clipboard